blob: 8af2f83cbb7e3d9039f62fd4ae200664140a23fd [file] [log] [blame]
{
"name": "GEOSwiftMapKit",
"version": "1.2.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": "1.2.0"
},
"source_files": "GEOSwiftMapKit/*.{swift,h}",
"osx": {
"exclude_files": "GEOSwiftMapKit/GEOSwift+MapKitQuickLook.swift"
},
"dependencies": {
"GEOSwift": [
"~> 6.0"
]
},
"swift_version": "5.1"
}