---------- To run this project --------------

1. Create new project in Xcode
2. Cop&Paste or Drag all files into the created project
3. Compile and run


---------- KevPlayer ----------

1. If is Xcode showing a lot of warning about duplicity frameworks:
	- KevPlayer -> Build Phases -> [CP] Check Pods Manifest.
	- copy&paste here :
		diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
if [ $? != 0 ] ; then
    # print error to STDERR
    echo "error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation." >&2
    exit 1
fi
# This output is used by Xcode 'outputs' to avoid re-running this script phase.
echo "SUCCESS" > "${SCRIPT_OUTPUT_FILE_0}"

Warnings can be displayed, because of the bug inside a CocoaPods Manager and Swift 5.