blob: d90459d111eb44ceec30d06a4fc0ec273519efeb [file] [log] [blame]
{
"name": "LMGeocoderSwift",
"version": "1.0.2",
"summary": "Simple wrapper for geocoding and reverse geocoding, using both Google Geocoding API and Apple iOS Geocoding Framework.",
"description": "Simple wrapper for geocoding and reverse geocoding, written in Swift, using both Google Geocoding API and Apple iOS Geocoding Framework.",
"homepage": "https://github.com/lminhtm/LMGeocoderSwift",
"screenshots": "https://raw.github.com/lminhtm/LMGeocoderSwift/master/Screenshots/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LMinh": "lminhtm@gmail.com"
},
"source": {
"git": "https://github.com/lminhtm/LMGeocoderSwift.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "LMGeocoderSwift/Classes/**/*",
"frameworks": [
"UIKit",
"CoreLocation",
"Contacts"
],
"swift_version": "5.0"
}