[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 0 / e / GeometryUtilities / 2.1.1 / GeometryUtilities.podspec.json
blobf35d2e069dbcc3bb5f4d7cd649d6b3253364525b
2   "name": "GeometryUtilities",
3   "version": "2.1.1",
4   "summary": "A collection of utilities to handle geometry in WKT format",
5   "description": "Collection of utilities to handle geometry in WKT format, multipolygons and\nintegrate both in `MapKit`.",
6   "homepage": "https://github.com/visualNACert/GeometryUtilities",
7   "documentation_url": "https://visualnacert.github.io/GeometryUtilities",
8   "license": {
9     "type": "LGPL2",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "visualNACert team": "",
14     "Lluís Ulzurrun de Asanza i Sàez": "lulzurrun@visualnacert.com"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/visualNACert/GeometryUtilities.git",
22     "tag": "2.1.1"
23   },
24   "ios": {
25     "source_files": [
26       "Source/{iOS}/**/*",
27       "Source/*.{h,m,swift}"
28     ]
29   },
30   "osx": {
31     "source_files": [
32       "Source/{macOS}/**/*",
33       "Source/*.{h,m,swift}"
34     ]
35   },
36   "dependencies": {
37     "StringUtilities": [
38       "~> 2"
39     ]
40   },
41   "pushed_with_swift_version": "3.0"