blob: 340948167f88f9f092ee3842d387010585b9e77e [file] [log] [blame]
{
"name": "KMSWebRTC",
"version": "1.1.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"module_name": "KMSWebRTC",
"source_files": "KMSWebRTC/KMSWebRTC/*.{h,m}",
"dependencies": {
"KMSClient": [
"1.1.3"
],
"ReactiveObjC": [
"3.0.0"
],
"WebRTC": [
"61.5.19063"
]
}
}