blob: 6d23097dc5373caa01c2ba92cd78e0b47952617c [file] [log] [blame]
{
"name": "GEOSwift",
"version": "0.1.1",
"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.\n",
"homepage": "https://github.com/andreacremaschi/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/andreacremaschi/GEOSwift.git",
"tag": "0.1.1"
},
"source_files": "GEOSwift",
"dependencies": {
"geos": [
"~> 3.4.2"
]
}
}