[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / d / 3 / XCDYouTubeKit / 2.8.1 / XCDYouTubeKit.podspec.json
blob9eb55e4b86cdf833cd8c7a38b8d26608a0182555
2   "name": "XCDYouTubeKit",
3   "version": "2.8.1",
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.8.1/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.8.1"
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