[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / e / GeodeticUTMConverter / 1.0.7 / GeodeticUTMConverter.podspec.json
blobfde24115079a8a7b09b7eea6a8af2dddf3c54eb4
2   "name": "GeodeticUTMConverter",
3   "version": "1.0.7",
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   "social_media_url": "https://twitter.com/palmerc",
18   "source": {
19     "git": "https://github.com/palmerc/GeodeticUTMConverter.git",
20     "tag": "1.0.7"
21   },
22   "prefix_header_contents": "#import <MapKit/MapKit.h>",
23   "source_files": "GeodeticUTMConverter/Classes/GeodeticUTMConverter.{h,m}",
24   "frameworks": "MapKit",
25   "requires_arc": true