blob: 0a5456b39f530bb48e2a4fed993b1a71a1fb0324 [file] [log] [blame]
{
"name": "MZRTC",
"version": "0.1.6",
"summary": "P2P & M2M WebRTC client sdk.",
"description": "This is the client sdk for MobZ p2p and m2m webrtc service.",
"homepage": "https://github.com/cvoalex/MZRTCLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"derek-x-wang": "derekxinzhewang@gmail.com"
},
"source": {
"git": "https://github.com/cvoalex/MZRTCLib.git",
"tag": "0.1.6"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "MZRTC.framework"
},
"dependencies": {
"GoogleWebRTC": [
],
"Socket.IO-Client-Swift": [
"~> 14.0.0"
]
}
}