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