blob: ee08d8a5db6f24b86a804686259c253021f1ae1c [file] [log] [blame]
{
"name": "LMGeocoder",
"version": "1.0.5",
"summary": "Simple wrapper for geocoding and reverse geocoding, using both Google Geocoding API and Apple iOS Geocoding Framework.",
"homepage": "https://github.com/lminhtm/LMGeocoder",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"LMinh": "lminhtm@gmail.com"
},
"source": {
"git": "https://github.com/lminhtm/LMGeocoder.git",
"tag": "1.0.5"
},
"source_files": "LMGeocoder/*.{m,h}",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}