[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / d / 1 / KMSWebRTC / 1.1.2 / KMSWebRTC.podspec.json
blob8e0c90036037144971a9ce6aea44e0584a4b72de
2   "name": "KMSWebRTC",
3   "version": "1.1.2",
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.2"
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.0"
29     ],
30     "ReactiveCocoa": [
31       "2.5"
32     ],
33     "WebRTC": [
34       "54.6.13869"
35     ]
36   }