blob: c80f43d57e0db1c7e785e13691c5656243065935 [file] [log] [blame]
{
"name": "GEOSwiftMapKit",
"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 MapKit.",
"homepage": "https://github.com/GEOSwift/GEOSwiftMapKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Andrew Hershberger",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.2"
},
"source": {
"git": "https://github.com/GEOSwift/GEOSwiftMapKit.git",
"tag": "2.0.0"
},
"source_files": "GEOSwiftMapKit/*.{swift,h}",
"osx": {
"exclude_files": "GEOSwiftMapKit/GEOSwift+MapKitQuickLook.swift"
},
"dependencies": {
"GEOSwift": [
"~> 7.0"
]
},
"swift_version": "5.1"
}