blob: ba0324d8798a005c6f28f22f7fd8b4948d775b4f [file] [log] [blame]
{
"name": "Geotum",
"version": "1.2.0",
"summary": "Convert to/from UTM points for iOS and macOS in Swift.",
"description": "Geotum is a Swift UTM converter that is precise to 1 nanometer. It works on all Apple\nplatforms and can convert to and from Latitude Longitude coordinates and UTM points.\nIt also includes a ton of helpers to make working with them less error prone and\nall conversions are 100% tested.",
"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.2.0"
},
"social_media_url": "https://twitter.com/pducks32",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"swift_version": "4.0",
"source_files": "Sources/Geotum/**/*"
}