| { | |
| "name": "PodSwift", | |
| "version": "0.0.1", | |
| "summary": "Pod Swift project", | |
| "homepage": "https://github.com/dodinhsi/PodSwift", | |
| "license": "MIT", | |
| "authors": { | |
| "Si Do Dinh": "sidodinh@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/dodinhsi/PodSwift.git", | |
| "tag": "0.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/*.swift" | |
| } |