[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / b / 1 / ESCloudPlayerSDK / 2.0.1 / ESCloudPlayerSDK.podspec.json
blobfeba1d1f4fffe2909e0e68a598b06c1f06631c26
2   "name": "ESCloudPlayerSDK",
3   "version": "2.0.1",
4   "summary": "气球云资源播放器",
5   "description": "气球云资源播放器,支持视频、音频、PPT、文档资源文件",
6   "homepage": "https://github.com/codeages/qiqiuyun-player-ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ayia": "twilightzzy@126.com"
13   },
14   "source": {
15     "git": "https://github.com/codeages/cloud-player-ios-sdk.git",
16     "tag": "2.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "vendored_frameworks": "QiqiuyunPlayerSDK/Framework/ESCloudPlayerSDK.framework",
22   "pod_target_xcconfig": {
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
24   },
25   "user_target_xcconfig": {
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   },
28   "public_header_files": "ESMediaPlayerSDK/Classes/Public/*.h",
29   "static_framework": true,
30   "xcconfig": {
31     "OTHER_LDFLAGS": "-ObjC"
32   },
33   "frameworks": [
34     "AVFoundation",
35     "Foundation",
36     "WebKit",
37     "CoreMedia",
38     "UIKit",
39     "AVKit"
40   ],
41   "libraries": "objc",
42   "dependencies": {
43     "GCDWebServer": [
45     ],
46     "AFNetworking": [
48     ],
49     "Masonry": [
51     ],
52     "YYKit": [
53       "~> 1.0.9"
54     ],
55     "Qiniu": [
56       "~> 7.3"
57     ]
58   }