blob: 5dd0dd453b5b327f4cfbf28f5bec75c77e2ecc89 [file] [log] [blame]
{
"name": "LMGeocoderUniversal",
"version": "1.2.2",
"summary": "Second Life of LMGeocoder by LMinh.",
"description": "Simple wrapper for geocoding and reverse geocoding, using both Google Geocoding API and Apple iOS Geocoding Framework.",
"homepage": "https://github.com/truebucha/LMGeocoderUniversal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"truebucha": "truebucha@gmail.com",
"LMinh": "lminhtm@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/LMGeocoderUniversal.git",
"tag": "1.2.2"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "LMGeocoderUniversal/Classes/**/*",
"frameworks": [
"Foundation",
"CoreLocation"
],
"requires_arc": true
}