blob: 8e0c90036037144971a9ce6aea44e0584a4b72de [file] [log] [blame]
{
"name": "KMSWebRTC",
"version": "1.1.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"module_name": "KMSWebRTC",
"source_files": "KMSWebRTC/KMSWebRTC/*.{h,m}",
"dependencies": {
"KMSClient": [
"1.1.0"
],
"ReactiveCocoa": [
"2.5"
],
"WebRTC": [
"54.6.13869"
]
}
}