blob: 327c8427e638d11262b1f1be80963a49baa6240f [file] [log] [blame]
{
"name": "WKTParser",
"version": "0.0.1",
"summary": "A library for parsing geometries from Well-Known-Text (WKT).",
"homepage": "https://github.com/joelturnbull/WKTParser",
"license": "MIT",
"authors": {
"Joel Turnbull": "joelbywan@gmail.com",
"Peter Kananen": "peter@gaslight.co"
},
"source": {
"git": "https://github.com/joelturnbull/WKTParser.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "WKTParser",
"frameworks": [
"MapKit",
"CoreLocation"
],
"requires_arc": true
}