blob: dca08d51db24c271349e4f02af99db35e81558a9 [file] [log] [blame]
{
"name": "LMGeocoder",
"version": "1.0.0",
"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"
},
"authors": {
"LMinh": "lminhtm@gmail.com"
},
"source": {
"git": "https://github.com/lminhtm/LMGeocoder.git",
"tag": "1.0.0"
},
"source_files": "LMGeocoder/*.{m,h}",
"requires_arc": true
}