blob: 940d1296fce127c7f0611af70075952e0006f734 [file] [log] [blame]
{
"name": "GEOSwift",
"version": "0.4",
"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/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.4"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "GEOSwift/*",
"dependencies": {
"geos": [
"3.5.0"
]
}
},
{
"name": "MapboxGL",
"source_files": "GEOSwift/MapboxGL",
"dependencies": {
"GEOSwift/Core": [
],
"Mapbox-iOS-SDK": [
]
}
}
]
}