| { | |
| "name": "componentProject", | |
| "version": "0.0.1", | |
| "summary": "modle a in the project", | |
| "homepage": "https://github.com/baoshanf/ComponentProject.git", | |
| "license": { | |
| "type": "MIT", | |
| "file": "FILE_LICENSE" | |
| }, | |
| "authors": { | |
| "fengbaoshan": "baoshanf@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/baoshanf/ComponentProject.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "sources/*.{h,m}", | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ], | |
| "requires_arc": true | |
| } |