blob: 6739f195f73c88a27fca95c00865f2b2ade7f65c [file] [log] [blame]
{
"name": "Nominatim",
"version": "0.9.2",
"summary": "A Swift wrapper for (reverse) geocoding of OpenStreetMap data",
"description": "Use NominatimKit to access OpenStreetMaps and the free Nominatim API to gather location data for a specific latitude, address or landmark.",
"homepage": "https://github.com/caloon/NominatimKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"caloon": "me@josefmoser.de"
},
"source": {
"git": "https://github.com/caloon/NominatimKit.git",
"tag": "0.9.2"
},
"social_media_url": "https://twitter.com/josef_moser",
"platforms": {
"ios": "9.3"
},
"source_files": "Pods/Classes/Nominatim.swift"
}