blob: 067d250c3eb2df6c08b392c697de0793ca00a095 [file] [log] [blame]
{
"name": "GEOSwift",
"version": "4.0.0",
"swift_version": "5.0",
"cocoapods_version": ">= 1.4.0",
"summary": "The Swift Geographic Engine.",
"description": "Easily handle a geographical object model (points, linestrings, polygons etc.) and related\ntopographical operations (intersections, overlapping etc.). A type-safe, MIT-licensed Swift\ninterface 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"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GEOSwift/GEOSwift.git",
"tag": "4.0.0"
},
"source_files": "GEOSwift/*.{swift,h}",
"exclude_files": "GEOSwift/Bridge.swift",
"dependencies": {
"geos": [
"3.7.1"
]
}
}