[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / 8 / QNRTCKit / 3.1.0 / QNRTCKit.podspec.json
blobb6218b2610cf58c79dd2fff7013747b4e85b47d6
2   "name": "QNRTCKit",
3   "version": "3.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-v3.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   "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   ]