| { |
| "name": "CafeX-Meetings", |
| "version": "2.0.1", |
| "summary": "CafeX meetings iOS SDK.", |
| "description": "Connect to meetings hosted by Cafe X", |
| "homepage": "https://github.com/cafexcomms/cafex-meetings-ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Andrew Ryan": "aryan@cafex.com" |
| }, |
| "source": { |
| "git": "https://github.com/cafexcomms/cafex-meetings-ios.git", |
| "tag": "2.0.1" |
| }, |
| "vendored_frameworks": "CHConference.framework", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "SocketRocket": [ |
| |
| ], |
| "webrtc-bitcode": [ |
| ">= 63.0" |
| ] |
| } |
| } |