blob: de92cec27577e859e2769fc164ac55ab21786498 [file] [log] [blame]
{
"name": "KMSWebRTCCall",
"version": "1.0.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",
"tag": "1.0.5"
},
"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": [
"9814.2.0"
]
}
}