blob: 571662cfb84a9fd9de92b0aa50d874d3e9aab98c [file] [log] [blame]
{
"name": "KMSWebRTC",
"version": "1.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"module_name": "KMSWebRTC",
"source_files": "KMSWebRTC/KMSWebRTC/*.{h,m}",
"dependencies": {
"KMSClient": [
"1.1.0"
],
"ReactiveCocoa": [
"2.5"
],
"WebRTC": [
"54.6.13869"
]
}
}