blob: 3ed1c66700317e81ad3dadbeb6a44364132f859a [file] [log] [blame]
{
"name": "GEOSwift",
"version": "2.1.3",
"summary": "The Swift Geographic Engine.",
"description": "Easily handle a geographical object model (points, linestrings, polygons etc.) and related topographical operations (intersections, overlapping etc.).\nA type-safe, MIT-licensed Swift interface to the OSGeo's GEOS library routines, nicely integrated with MapKit and Quicklook.",
"homepage": "https://github.com/GEOSwift/GEOSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Cremaschi": "andreacremaschi@libero.it"
},
"social_media_url": "http://twitter.com/andreacremaschi",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GEOSwift/GEOSwift.git",
"tag": "2.1.3"
},
"source_files": "GEOSwift/*.{swift,h}",
"dependencies": {
"geos": [
"3.5.0"
]
},
"pushed_with_swift_version": "4.0"
}