[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / e / GeodeticUTMConverter / 1.0.5 / GeodeticUTMConverter.podspec.json
blob690ba688cf4f3bb2ce9b2c6d218185531adc1a0f
2   "name": "GeodeticUTMConverter",
3   "version": "1.0.5",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "summary": "An Objective-C UTM to LatLon Converter.",
8   "description": "### UTM to LatLon ###\nUniversal Transverse Mercator (UTM) was a method used primarily by the US Army Corp of Engineers for determining positions based on a grid system. It has the advantage of being able to determine distances with very simple math. However, converting between this system and the more familar LatLon system used in most modern software is a pain.\n",
9   "homepage": "https://github.com/palmerc/GeodeticUTMConverter",
10   "license": {
11     "type": "BSD",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Cameron Lowell Palmer": "cameron.palmer@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/palmerc/GeodeticUTMConverter.git",
19     "tag": "v1.0.5"
20   },
21   "prefix_header_contents": "#import <MapKit/MapKit.h>",
22   "source_files": "GeodeticUTMConverter/Classes/GeodeticUTMConverter.{h,m}",
23   "frameworks": "MapKit",
24   "requires_arc": true