| { | |
| "name": "SubProj1", | |
| "version": "1.0.2", | |
| "summary": "这是组件化开发中的子项目1", | |
| "homepage": "https://gitee.com/damn_code/", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "wangqizheng": "wangqizheng@58ganji.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://gitee.com/damn_code/SubProj1.git", | |
| "tag": "1.0.2" | |
| }, | |
| "source_files": [ | |
| "classes", | |
| "SubProj1/SubProj1/classes/**/*.{h,m}" | |
| ], | |
| "frameworks": "UIKit", | |
| "requires_arc": true | |
| } |