| { |
| "name": "FCLive", |
| "version": "1.0.0", |
| "summary": "FCLive", |
| "description": "封装的直播功能", |
| "homepage": "https://gitee.com/FCComp/FCLive", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "fczhouyou": "zhouyou@sobey.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://gitee.com/FCComp/FCLive.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "FCLive/FCLive.framework/Headers/*.h", |
| "resources": "FCLive/*.bundle", |
| "vendored_frameworks": "FCLive/*.framework", |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "PLMediaStreamingKit": [ |
| |
| ] |
| } |
| } |