[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / b / a / 9 / AliPlayerSDK_iOS / 5.2.3 / AliPlayerSDK_iOS.podspec.json
blob200dce3b4e20eba32539e84fe87d1d1714980aa5
2   "name": "AliPlayerSDK_iOS",
3   "version": "5.2.3",
4   "summary": "AliPlayerSDK_iOS.",
5   "description": "It's an SDK for aliyun video vodplay, which implement by Objective-C.",
6   "homepage": "https://github.com/aliyunvideo/AliPlayerSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aliyunvideo": "videosdk@service.aliyun.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/aliyunvideo/AliPlayerSDK.git",
19     "tag": "5.2.3"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "AliPlayerSDK",
31       "vendored_frameworks": [
32         "AliyunPlayer.framework",
33         "alivcffmpeg.framework",
34         "AlivcConan.framework",
35         "AliyunMediaDownloader.framework"
36       ],
37       "frameworks": [
38         "MediaPlayer",
39         "CoreGraphics",
40         "QuartzCore",
41         "CoreVideo",
42         "OpenGLES",
43         "AVFoundation",
44         "CoreMedia",
45         "VideoToolbox",
46         "AudioToolbox"
47       ]
48     }
49   ]