[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / d / 3 / XCDYouTubeKit / 2.9.0 / XCDYouTubeKit.podspec.json
blob2283ac6da4c0230c76865428352e8f2e8fb3d0a9
2   "name": "XCDYouTubeKit",
3   "version": "2.9.0",
4   "summary": "YouTube video player for iOS and OS X.",
5   "homepage": "https://github.com/0xced/XCDYouTubeKit",
6   "screenshots": "https://raw.github.com/0xced/XCDYouTubeKit/2.9.0/Screenshots/XCDYouTubeVideoPlayerViewController.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CeĢdric Luthi": "cedric.luthi@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/0xced",
15   "source": {
16     "git": "https://github.com/0xced/XCDYouTubeKit.git",
17     "tag": "2.9.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0"
23   },
24   "source_files": "XCDYouTubeKit",
25   "public_header_files": "XCDYouTubeKit/XCDYouTube{Client,Error,Kit,Logger,Operation,Video,VideoOperation,VideoPlayerViewController}.h",
26   "osx": {
27     "exclude_files": "XCDYouTubeKit/XCDYouTubeVideoPlayerViewController.{h,m}",
28     "frameworks": "JavaScriptCore"
29   },
30   "tvos": {
31     "exclude_files": "XCDYouTubeKit/XCDYouTubeVideoPlayerViewController.{h,m}",
32     "frameworks": "JavaScriptCore"
33   },
34   "ios": {
35     "frameworks": [
36       "JavaScriptCore",
37       "MediaPlayer"
38     ]
39   },
40   "requires_arc": true