| { | |
| "name": "FKDemo", | |
| "version": "0.0.1", | |
| "summary": "测试发布框架", | |
| "homepage": "https://github.com/CollinBin/FKDemo", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "rookie": "songbincheng1990@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/CollinBin/FKDemo.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "FKDemoProject/FKDemoProject/FKDemo/*.{h,m}", | |
| "requires_arc": true | |
| } |