[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 5 / UTMConversion / 1.2.1 / UTMConversion.podspec.json
blob21c010f15ceee0113a5230820d3ee0fe2ecb3258
2   "name": "UTMConversion",
3   "version": "1.2.1",
4   "swift_version": "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",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Peter Ringset": "peter.ringset@eggsdesign.com"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/wtw-software/UTMConversion.git",
21     "tag": "1.2.1"
22   },
23   "source_files": "UTMConversion/*.{swift,h}"