| { |
| "name": "KMSWebRTC", |
| "version": "1.1.0", |
| "summary": "Kurento Media Server iOS Web RTC Call.", |
| "homepage": "https://github.com/sdkdimon/kms-ios-webrtc-call", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Dmitry Lizin": "sdkdimon@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/sdkdimon/kms-ios-webrtc-call.git", |
| "tag": "1.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "module_name": "KMSWebRTC", |
| "source_files": "KMSWebRTC/KMSWebRTC/*.{h,m}", |
| "dependencies": { |
| "KMSClient": [ |
| "1.1.0" |
| ], |
| "ReactiveCocoa": [ |
| "2.5" |
| ], |
| "WebRTC": [ |
| "13869.6.0" |
| ] |
| } |
| } |