[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / 1 / b / QNRTCKit-iOS / 4.0.0 / QNRTCKit-iOS.podspec.json
bloba89f2ca0828db1d06ebfee03368eceedd54a0051
2   "name": "QNRTCKit-iOS",
3   "version": "4.0.0",
4   "summary": "Qiniu RTC SDK for iOS.",
5   "homepage": "https://github.com/pili-engineering/QNRTC-iOS",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "pili": "pili-coresdk@qiniu.com"
9   },
10   "source": {
11     "http": "https://sdk-release.qnsdk.com/QNRTCKit-iphoneos-v4.0.0.zip"
12   },
13   "pod_target_xcconfig": {
14     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
15   },
16   "user_target_xcconfig": {
17     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "AVFoundation",
26     "CoreGraphics",
27     "CFNetwork",
28     "AudioToolbox",
29     "CoreMedia",
30     "VideoToolbox"
31   ],
32   "default_subspecs": "Core",
33   "subspecs": [
34     {
35       "name": "Core",
36       "vendored_frameworks": [
37         "Pod/iphoneos/*.framework"
38       ]
39     },
40     {
41       "name": "ex-HappyDNS",
42       "vendored_frameworks": [
43         "Pod/iphoneos/QNRTCKit.framework"
44       ]
45     }
46   ]