[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / b / 1 / ESCloudPlayerSDK / 2.1.1 / ESCloudPlayerSDK.podspec.json
bloba8897c540f0dcb155cd45e778b55e1de5ff6b1d7
2   "name": "ESCloudPlayerSDK",
3   "version": "2.1.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.1.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     "CoreTelephony",
41     "Photos",
42     "MapKit"
43   ],
44   "libraries": "objc",
45   "dependencies": {
46     "GCDWebServer": [
48     ],
49     "AFNetworking": [
51     ],
52     "Masonry": [
54     ],
55     "YYKit": [
56       "~> 1.0.9"
57     ],
58     "Qiniu": [
59       "~> 7.3"
60     ]
61   }