[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / d / 1 / KMSWebRTC / 1.1.3 / KMSWebRTC.podspec.json
blobb22df2259cb44cbf244fe2c7ab1cc55af362fd68
2   "name": "KMSWebRTC",
3   "version": "1.1.3",
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     "tag": "1.1.3"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "ENABLE_BITCODE": "NO"
23   },
24   "module_name": "KMSWebRTC",
25   "source_files": "KMSWebRTC/KMSWebRTC/*.{h,m}",
26   "dependencies": {
27     "KMSClient": [
28       "1.1.1"
29     ],
30     "ReactiveObjC": [
31       "2.1.2"
32     ],
33     "WebRTC": [
34       "57.2.16123"
35     ]
36   }