[Add] OpacityCore 4.0.3
[CocoaPods.git] / Specs / 7 / e / 2 / Geotum / 1.2.0 / Geotum.podspec.json
blobba0324d8798a005c6f28f22f7fd8b4948d775b4f
2   "name": "Geotum",
3   "version": "1.2.0",
4   "summary": "Convert to/from UTM points for iOS and macOS in Swift.",
5   "description": "Geotum is a Swift UTM converter that is precise to 1 nanometer. It works on all Apple\nplatforms and can convert to and from Latitude Longitude coordinates and UTM points.\nIt also includes a ton of helpers to make working with them less error prone and\nall conversions are 100% tested.",
6   "homepage": "https://github.com/pducks32/Geotum",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Patrick Metcalfe": "git@patrickmetcalfe.com"
13   },
14   "source": {
15     "git": "https://github.com/pducks32/Geotum.git",
16     "tag": "1.2.0"
17   },
18   "social_media_url": "https://twitter.com/pducks32",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12"
22   },
23   "swift_version": "4.0",
24   "source_files": "Sources/Geotum/**/*"