[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / e / 4 / AlivcLivePusher_iOS / 3.5.0 / AlivcLivePusher_iOS.podspec.json
blob8b2f77cfc888f9e555a3d29e9a50f886a75177a0
2   "name": "AlivcLivePusher_iOS",
3   "summary": "阿里推流SDK",
4   "description": "- 推流SDK中包含背景音乐相关功能。如果您需要使用该功能,要使用依赖播放器SDK的版本;如果您不需要背景音乐功能,则使用不依赖播放器SDK的版本即可。\n- AlivcLibFaceResource.bundle是人脸识别资源文件,如果您需要使用美颜的人脸识别高级功能,则必须导入开发工程;反之则不需要。",
5   "homepage": "https://help.aliyun.com/document_detail/154511.html",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "aliyunvideo": "videosdk@service.aliyun.com"
12   },
13   "version": "3.5.0",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/wbcyclist/AlivcLivePusherSDK-iOS.git",
19     "tag": "3.5.0"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "ENABLE_BITCODE": "NO"
24   },
25   "default_subspecs": "Pusher",
26   "subspecs": [
27     {
28       "name": "Pusher",
29       "vendored_frameworks": [
30         "SDK/AlivcLivePusher/AlivcLivePusher.framework",
31         "SDK/AlivcLivePusher/AlivcLibRtmp.framework",
32         "SDK/AlivcLivePusher/AlivcLibBeauty.framework",
33         "SDK/AlivcLivePusher/AlivcLibFace.framework"
34       ],
35       "resources": "SDK/Resource/AlivcLibFaceResource.bundle"
36     },
37     {
38       "name": "WithPlayer",
39       "vendored_frameworks": [
40         "SDK/AlivcLivePusherWithPlayer/AlivcLivePusher.framework",
41         "SDK/AlivcLivePusherWithPlayer/AlivcLibRtmp.framework",
42         "SDK/AlivcLivePusherWithPlayer/AlivcLibBeauty.framework",
43         "SDK/AlivcLivePusherWithPlayer/AlivcLibFace.framework",
44         "SDK/AlivcLivePusherWithPlayer/AliyunPlayerSDK.framework",
45         "SDK/AlivcLivePusherWithPlayer/AliThirdparty.framework"
46       ],
47       "resources": [
48         "SDK/Resource/AlivcLibFaceResource.bundle",
49         "SDK/Resource/AliyunLanguageSource.bundle"
50       ]
51     }
52   ]