[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 5 / 1 / b / QNRTCKit-iOS / 6.1.0 / QNRTCKit-iOS.podspec.json
blob96462528d97e54702fdce31df8e2bbc8516c89ce
2   "name": "QNRTCKit-iOS",
3   "version": "6.1.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-v6.1.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   "libraries": [
34     "z",
35     "bz2",
36     "iconv"
37   ],
38   "subspecs": [
39     {
40       "name": "Core",
41       "vendored_frameworks": [
42         "Pod/iphoneos/*.framework"
43       ]
44     }
45   ]