blob: f771dfa9808a03d6c33054ae23418c66669dab33 [file] [log] [blame]
{
"name": "GEOSwift",
"version": "0.2",
"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.2"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "GEOSwift/*",
"dependencies": {
"geos": [
"~> 3.4.2"
]
}
},
{
"name": "MapboxGL",
"source_files": "GEOSwift/MapboxGL",
"dependencies": {
"GEOSwift/Core": [
],
"MapboxGL": [
]
}
}
]
}