blob: 3f629009099694bbd7ebd45cb3a236aea99e2e7b [file] [log] [blame]
{
"name": "XCDYouTubeKit",
"version": "2.3.3",
"summary": "YouTube video player for iOS and OS X.",
"homepage": "https://github.com/0xced/XCDYouTubeKit",
"screenshots": "https://raw.github.com/0xced/XCDYouTubeKit/2.3.3/Screenshots/XCDYouTubeVideoPlayerViewController.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CeĢdric Luthi": "cedric.luthi@gmail.com"
},
"social_media_url": "https://twitter.com/0xced",
"source": {
"git": "https://github.com/0xced/XCDYouTubeKit.git",
"tag": "2.3.3"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "XCDYouTubeKit",
"public_header_files": "XCDYouTubeKit/XCDYouTube{Client,Error,Kit,Operation,Video,VideoOperation,VideoPlayerViewController}.h",
"osx": {
"exclude_files": "XCDYouTubeKit/XCDYouTubeVideoPlayerViewController.{h,m}",
"frameworks": "JavaScriptCore"
},
"ios": {
"frameworks": [
"JavaScriptCore",
"MediaPlayer"
]
},
"requires_arc": true
}