blob: cf55a4c8f3fd2b3755ee5a657164e3c8637cd27e [file] [log] [blame]
{
"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"
]
}
}