| { |
| "name": "GPKit", |
| "version": "0.1.2", |
| "summary": "A framework for your production iOS development.", |
| "description": "GPKit is a framework that basically has some of the most commonly used utilities or categories in building iOS projects.", |
| "homepage": "https://github.com/glennposadas/gpkit-ios", |
| "license": "MIT License", |
| "authors": { |
| "Glenn Posadas": "admin@glennvon.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/glennposadas/gpkit-ios.git", |
| "branch": "master", |
| "tag": "0.1.2" |
| }, |
| "source_files": [ |
| "GPKit", |
| "GPKit/**/*.{swift,xib}" |
| ], |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |