[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / d / 1 / KMSWebRTC / 1.1.4 / KMSWebRTC.podspec.json
blobb83df4ef6e6acba9eaade7835812fe72f5a844b9
2   "name": "KMSWebRTC",
3   "version": "1.1.4",
4   "summary": "Kurento Media Server iOS Web RTC Call.",
5   "homepage": "https://github.com/sdkdimon/kms-ios-webrtc-call",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dmitry Lizin": "sdkdimon@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/sdkdimon/kms-ios-webrtc-call.git",
15     "branch": "webrtc_bundle",
16     "tag": "1.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "ENABLE_BITCODE": "NO"
24   },
25   "module_name": "KMSWebRTC",
26   "source_files": "KMSWebRTC/KMSWebRTC/*.{h,m}",
27   "ios": {
28     "vendored_frameworks": "KMSWebRTC/vendor/WebRTC/WebRTC.framework"
29   },
30   "xcconfig": {
31     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/KMSWebRTC/KMSWebRTC/vendor/WebRTC\""
32   },
33   "dependencies": {
34     "KMSClient": [
35       "1.1.1"
36     ],
37     "ReactiveObjC": [
38       "2.1.2"
39     ]
40   }