blob: 079d397548511c49d9e1b361f082159718b06da0 [file] [log] [blame]
{
"name": "GEOSwift",
"version": "6.0.0",
"swift_versions": "5.1",
"cocoapods_version": ">= 1.4.0",
"summary": "The Swift Geometry Engine.",
"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.",
"homepage": "https://github.com/GEOSwift/GEOSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Andrea Cremaschi",
"Andrew Hershberger",
"Virgilio Favero Neto"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/GEOSwift/GEOSwift.git",
"tag": "6.0.0"
},
"source_files": "GEOSwift/**/*.{swift,h}",
"dependencies": {
"geos": [
"~> 4.1"
]
},
"swift_version": "5.1"
}