[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 9 / f / 6 / MZRTC / 0.1.4 / MZRTC.podspec.json
blob213121fa527792fb927570b160386bffbdce300e
2   "name": "MZRTC",
3   "version": "0.1.4",
4   "summary": "P2P & M2M WebRTC client sdk.",
5   "description": "This is the client sdk for MobZ p2p and m2m webrtc service.",
6   "homepage": "https://github.com/cvoalex/MZRTCLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "derek-x-wang": "derekxinzhewang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cvoalex/MZRTCLib.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "ios": {
22     "vendored_frameworks": "MZRTC.framework"
23   },
24   "dependencies": {
25     "GoogleWebRTC": [
27     ],
28     "Socket.IO-Client-Swift": [
29       "~> 14.0.0"
30     ]
31   }