| { |
| "name": "KMSWebRTC", |
| "version": "1.1.5", |
| "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", |
| "branch": "webrtc_bundle", |
| "tag": "1.1.5" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "ENABLE_BITCODE": "NO" |
| }, |
| "module_name": "KMSWebRTC", |
| "source_files": "KMSWebRTC/KMSWebRTC/*.{h,m}", |
| "ios": { |
| "vendored_frameworks": "KMSWebRTC/vendor/WebRTC/WebRTC.framework" |
| }, |
| "xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/KMSWebRTC/KMSWebRTC/vendor/WebRTC\"" |
| }, |
| "dependencies": { |
| "KMSClient": [ |
| "1.1.2" |
| ], |
| "ReactiveObjC": [ |
| "3.0.0" |
| ] |
| } |
| } |