| { | |
| "name": "MyProjectName", | |
| "version": "0.1.0", | |
| "summary": "test pod-carthage-template.", | |
| "homepage": "https://github.com/shinancao/MyProjectName", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "shinancao": "shinancao666@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/shinancao/MyProjectName.git", | |
| "tag": "0.1.0" | |
| }, | |
| "source_files": "Sources/**/*", | |
| "frameworks": [ | |
| "UIKit", | |
| "Foundation" | |
| ], | |
| "requires_arc": true | |
| } |