[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / f / JRCustomPlayerSdk / 0.2.0 / JRCustomPlayerSdk.podspec.json
blob646a607f46db737b87ee243d8aa6b1b16167d74b
2   "name": "JRCustomPlayerSdk",
3   "version": "0.2.0",
4   "summary": "支持模拟器架构的阿里云播放器sdk",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MSummerWind/JRCustomPlayersdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MSummerWind": "miaopf123@163.com"
13   },
14   "source": {
15     "git": "https://github.com/MSummerWind/JRCustomPlayersdk.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "subspecs": [
28     {
29       "name": "AliPlayerSDK",
30       "vendored_frameworks": [
31         "AliyunPlayer.framework",
32         "alivcffmpeg.framework",
33         "AliyunMediaDownloader.framework"
34       ],
35       "frameworks": [
36         "MediaPlayer",
37         "CoreGraphics",
38         "QuartzCore",
39         "CoreVideo",
40         "OpenGLES",
41         "AVFoundation",
42         "CoreMedia",
43         "VideoToolbox",
44         "AudioToolbox"
45       ]
46     }
47   ]