blob: 906db1c12dbb7e8f513e14df9cd0432ecb47c475 [file] [log] [blame]
{
"name": "VietMapsGeocoder",
"version": "1.0.2",
"summary": "VietMaps Geocoding API for Swift and Objective-C.",
"description": "VietMapsGeocoder makes it easy to connect your iOS, macOS, tvOS, or watchOS application to the VietMaps Geocoding API. VietMapsGeocoder exposes the power of the Carmen geocoder through a simple API similar to Core Location’s CLGeocoder.",
"homepage": "https://docs.vietmaps.vn/",
"license": {
"type": "Copyright",
"text": " Copyright 2020 AIC Group\n"
},
"authors": {
"AIC Developer": "aic.developer01@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/aic-develop/vietmaps_geocoder_ios.git",
"tag": "1.0.2"
},
"public_header_files": "MapboxGeocoder.framework/Headers/*.h",
"source_files": "MapboxGeocoder.framework/Headers/*.h",
"vendored_frameworks": "MapboxGeocoder.framework",
"requires_arc": true,
"module_name": "MapboxGeocoder",
"swift_versions": "5.0",
"swift_version": "5.0"
}