| { |
| "name": "CCGameLive", |
| "version": "1.0.2", |
| "summary": "CCGameLive", |
| "description": "CCGameLive is streaming game screen SDK for iOS", |
| "homepage": "https://github.com/eaglezhao/CCGameLive", |
| "license": { |
| "type": "Commercial", |
| "text": "©2018 163.com" |
| }, |
| "authors": { |
| "cc": "gzchbzhao@corp.netease.com" |
| }, |
| "source": { |
| "git": "https://github.com/eaglezhao/CCGameLive.git", |
| "tag": "1.0.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "vendored_frameworks": [ |
| "CCGameLive.framework", |
| "AudioService.framework", |
| "CCVideo.framework" |
| ], |
| "libraries": "c++", |
| "ios": { |
| "frameworks": [ |
| "AudioToolbox", |
| "MediaToolbox" |
| ] |
| } |
| } |