[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / 8 / QNRTCKit / 3.0.1 / QNRTCKit.podspec.json
blobbe2dc7bbe6e8cb14382eaf41b60dcfd363736d22
2   "name": "QNRTCKit",
3   "version": "3.0.1",
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.0.1.zip"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "requires_arc": true,
17   "frameworks": [
18     "UIKit",
19     "AVFoundation",
20     "CoreGraphics",
21     "CFNetwork",
22     "AudioToolbox",
23     "CoreMedia",
24     "VideoToolbox"
25   ],
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "vendored_frameworks": [
31         "Pod/iphoneos/*.framework"
32       ]
33     },
34     {
35       "name": "ex-HappyDNS",
36       "vendored_frameworks": [
37         "Pod/iphoneos/QNRTCKit.framework"
38       ]
39     }
40   ]