2 "name": "UTMConversion",
4 "swift_versions": "5.0",
5 "cocoapods_version": ">= 1.4.0",
6 "summary": "Convert between latitude/longitude and the UTM coordinate system.",
7 "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.",
8 "homepage": "https://github.com/wtw-software/UTMConversion",
14 "Peter Ringset": "peter.ringset@eggsdesign.com"
20 "git": "https://github.com/wtw-software/UTMConversion.git",
23 "source_files": "UTMConversion/*.{swift,h}",
24 "swift_version": "5.0"