[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 9 / 1 / GEOSwiftMapboxGL / 2.0.0 / GEOSwiftMapboxGL.podspec.json
blob3627e0713c765a11510a8b3281ce0c7947375972
2   "name": "GEOSwiftMapboxGL",
3   "version": "2.0.0",
4   "swift_versions": "5.1",
5   "cocoapods_version": ">= 1.4.0",
6   "summary": "MapKit support for GEOSwift",
7   "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, nicely integrated with MapboxGL.",
8   "homepage": "https://github.com/GEOSwift/GEOSwiftMapboxGL",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "GEOSwift team": "https://github.com/orgs/GEOSwift/people"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/GEOSwift/GEOSwiftMapboxGL.git",
21     "tag": "2.0.0"
22   },
23   "source_files": "GEOSwiftMapboxGL/*.{swift,h}",
24   "dependencies": {
25     "GEOSwift": [
26       "~> 8.0"
27     ],
28     "Mapbox-iOS-SDK": [
29       "~> 6.0"
30     ]
31   },
32   "swift_version": "5.1"