[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / e / GeoSwiftRP / 1.0.0 / GeoSwiftRP.podspec.json
blob2de483003bd878fa53a19147b5e00e86ba69d6be
2   "name": "GeoSwiftRP",
3   "version": "1.0.0",
4   "summary": "Easily handle a geometric object model (points, linestrings, polygons etc.) and related\n  topological operations (intersections, overlapping etc.).",
5   "description": "Easily handle a geometric object model (points, linestrings, polygons etc.) and related\ntopological operations (intersections, overlapping etc.). A type-safe, MIT-licensed Swift\ninterface to the OSGeo's GEOS library routines.",
6   "homepage": "https://github.com/Vuongdoan12/GeosSwiftRP.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vuongdoan": "thegioi9x0000@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Vuongdoan12/GeosSwiftRP.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Classes/Sources/**/*.swift",
23   "dependencies": {
24     "geos": [
25       "~> 8.1"
26     ]
27   },
28   "swift_version": "5.0"