blob: 89efbaac9d0a266573706ccff6d03aa80eb53edd [file] [log] [blame]
{
"name": "SwiftOverpassAPI",
"version": "0.1.0",
"summary": "Query, process, and visualize Overpass API data.",
"description": "'SwiftOverpassAPI is an interface for writing queries to Overpass API, a read only API for OpenStreetMap data. The returned results will be processed and ready for visualization. A simple MapKit visualization struct has been included for those who want to get started quickly'",
"homepage": "https://github.com/ebsamson3/SwiftOverpassAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ebsamson3": "ebsamson3@gmail.com"
},
"source": {
"git": "https://github.com/ebsamson3/SwiftOverpassAPI.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "Source/**/*.swift",
"swift_version": "5.0"
}