blob: 4cb7661a0c4059e45eaa1f3ec51b791ada3052bb [file] [log] [blame]
{
"name": "Swift-YouTube-Player",
"version": "0.1",
"summary": "A swift port of the YouTube helper (embedded player) for IOS",
"description": " A longer description of Swift-YouTube-Player in Markdown format.\n\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!\n",
"homepage": "https://github.com/coreyauger/Swift-YouTube-Player",
"license": {
"type": "MIT",
"file": "license.txt"
},
"authors": {
"Corey Auger": "coreyauger@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/coreyauger/Swift-YouTube-Player.git",
"tag": "0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"YouTubePlayer/**/*.{swift,h,m}"
],
"exclude_files": "Classes/Exclude"
}