| { |
| "name": "FBUnion", |
| "version": "0.1.1", |
| "summary": "飞榜游戏联运", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "homepage": "https://gitee.com/xiaotengda", |
| "source": { |
| "git": "https://github.com/Xxxda/FBUnion.git", |
| "tag": "0.1.1" |
| }, |
| "authors": { |
| "xiaotengda": "xiaotengda9@163.com" |
| }, |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ], |
| "MBProgressHUD": [ |
| |
| ], |
| "Masonry": [ |
| |
| ], |
| "YYModel": [ |
| |
| ], |
| "WHC_ModelSqliteKit": [ |
| "~> 1.3.0" |
| ] |
| }, |
| "resources": "FBUnionRes.bundle", |
| "requires_arc": true, |
| "xcconfig": { |
| "ENABLE_BITCODE": "No" |
| }, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "vendored_frameworks": "FBUnion.framework" |
| } |
| ] |
| } |