blob: 21c010f15ceee0113a5230820d3ee0fe2ecb3258 [file] [log] [blame]
{
"name": "UTMConversion",
"version": "1.2.1",
"swift_version": "5.0",
"cocoapods_version": ">= 1.4.0",
"summary": "Convert between latitude/longitude and the UTM coordinate system.",
"description": "Convert between latitude/longitude and the UTM (Universal Transverse Mercator) coordinate systems.\nThe conversion happens between a custom struct UTMCoordinate and CoreLocation's CLLocationCoordinate2D and CLLocation.",
"homepage": "https://github.com/wtw-software/UTMConversion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peter Ringset": "peter.ringset@eggsdesign.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wtw-software/UTMConversion.git",
"tag": "1.2.1"
},
"source_files": "UTMConversion/*.{swift,h}"
}