blob: b7d8613f2bbb5e82040691cec5cc5fcc2d10f2e1 [file] [log] [blame]
{
"name": "MGRSConverter",
"version": "0.1.0",
"summary": "Converts between Lat/Lon UTM, and MGRS Coordinates",
"description": "Converts between Lat/Lon, UTM, and MGRS Coordinates. The math and theory for the conversions between Latitude/Longitude, UTM, and MGRS was adapted from code provided by www.movable-type.co.uk/scripts/latlong-utm-mgrs.html",
"homepage": "https://github.com/kkieffer/MGRSConverter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Ayers": ""
},
"source": {
"git": "https://github.com/kkieffer/MGRSConverter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "MGRSConverter/Classes/**/*",
"swift_version": "5.0"
}