blob: f26ae5849f2158951c7a63cc3ccca489764c6f5d [file] [log] [blame]
{
"name": "BBYoutube",
"description": "TODO: Add long description of the pod here.",
"version": "0.1.0",
"summary": "YouTube video player for iOS and OS X.",
"homepage": "https://github.com/BharatAgarSoftTech/BBYoutube",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BharatAgarSoftTech": "bharat@codemaya.com"
},
"source": {
"git": "https://github.com/BharatAgarSoftTech/BBYoutube.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BBYoutube/Classes/**/*",
"ios": {
"frameworks": [
"JavaScriptCore",
"MediaPlayer"
]
},
"requires_arc": true
}