blob: 3627e0713c765a11510a8b3281ce0c7947375972 [file] [log] [blame]
{
"name": "GEOSwiftMapboxGL",
"version": "2.0.0",
"swift_versions": "5.1",
"cocoapods_version": ">= 1.4.0",
"summary": "MapKit support for GEOSwift",
"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.",
"homepage": "https://github.com/GEOSwift/GEOSwiftMapboxGL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GEOSwift team": "https://github.com/orgs/GEOSwift/people"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/GEOSwift/GEOSwiftMapboxGL.git",
"tag": "2.0.0"
},
"source_files": "GEOSwiftMapboxGL/*.{swift,h}",
"dependencies": {
"GEOSwift": [
"~> 8.0"
],
"Mapbox-iOS-SDK": [
"~> 6.0"
]
},
"swift_version": "5.1"
}