blob: d952d85fa020d052854966588df2c2740d019015 [file] [log] [blame]
{
"name": "KMSWebRTCCall",
"version": "1.0.7",
"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.0.7"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"module_name": "KMSWebRTCCall",
"source_files": "KMSWebRTCCall/*.{h,m}",
"dependencies": {
"KMSClient": [
"1.0.5"
],
"ReactiveCocoa": [
"2.5"
],
"libjingle_peerconnection": [
"11177.2.0"
]
}
}