blob: b00678b7fe3ecd513a16c5ef89bca67aae154235 [file] [log] [blame]
{
"name": "YouTubePlayer-Swift",
"version": "1.0",
"summary": "A swift port of the YouTube helper (embedded player) for IOS.",
"description": "I forked it from https://github.com/coreyauger/Swift-YouTube-Player.git\nA longer description of Swift-YouTube-Player in Markdown format.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/kieuquangloc147/YouTubePlayer-Swift/",
"license": {
"type": "MIT",
"file": "license.txt"
},
"authors": {
"QuangLoc": "kieuquangloc147@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kieuquangloc147/YouTubePlayer-Swift.git",
"tag": "1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"YouTubePlayer/**/*.{swift,h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "YouTubePlayer/YouTubePlayer/YTPlayer.html",
"pushed_with_swift_version": "3.0"
}