| { | |
| "name": "SpinocoWebRTC", | |
| "version": "1.0.0", | |
| "summary": "WebRTC SDK for iOS", | |
| "description": "WebRTC is a free, open project that provides browsers and mobile\napplications with Real-Time Communications (RTC) capabilities via simple\nAPIs.", | |
| "homepage": "http://webrtc.org/", | |
| "license": "BSD", | |
| "authors": "Google Inc.", | |
| "source": { | |
| "git": "https://github.com/Spinoco/WebRTC.git", | |
| "tag": "1.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "vendored_frameworks": "WebRTC.framework" | |
| } |