[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / d / 3 / XCDYouTubeKit / 2.3.2 / XCDYouTubeKit.podspec.json
blobef45349b55551f79ea15e7e8edacdaafe9fb11ae
2   "name": "XCDYouTubeKit",
3   "version": "2.3.2",
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.3.2/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.3.2"
18   },
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9"
22   },
23   "source_files": "XCDYouTubeKit",
24   "public_header_files": "XCDYouTubeKit/XCDYouTube{Client,Error,Kit,Operation,Video,VideoOperation,VideoPlayerViewController}.h",
25   "osx": {
26     "exclude_files": "XCDYouTubeKit/XCDYouTubeVideoPlayerViewController.{h,m}",
27     "frameworks": "JavaScriptCore"
28   },
29   "ios": {
30     "frameworks": [
31       "JavaScriptCore",
32       "MediaPlayer"
33     ]
34   },
35   "requires_arc": true