blob: b22df2259cb44cbf244fe2c7ab1cc55af362fd68 [file] [log] [blame]
{
"name": "KMSWebRTC",
"version": "1.1.3",
"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.3"
},
"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.1"
],
"ReactiveObjC": [
"2.1.2"
],
"WebRTC": [
"57.2.16123"
]
}
}