[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / a / 5 / UTMConversion / 1.2.2 / UTMConversion.podspec.json
blob61d55e986d07368de59b63f6c3386cceda924b14
2   "name": "UTMConversion",
3   "version": "1.2.2",
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",
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.2"
22   },
23   "source_files": "UTMConversion/*.{swift,h}",
24   "swift_version": "5.0"