| { |
| "name": "Geotum", |
| "version": "1.0.0", |
| "summary": "Convert to/from UTM points for iOS and macOS", |
| "description": "Converts between UTM and lat/lon pairs on iOS and macOS.", |
| "homepage": "https://github.com/pducks32/Geotum", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Patrick Metcalfe": "git@patrickmetcalfe.com" |
| }, |
| "source": { |
| "git": "https://github.com/pducks32/Geotum.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/pducks32", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12" |
| }, |
| "source_files": "Sources/Geotum/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |