blob: 0857b7a100a659368add8a825285c278cf470f18 [file] [log] [blame]
{
"name": "VietMapsAnnotationExtension",
"version": "0.1.0",
"summary": "Extension to support VietMaps's runtime styling annotations api.",
"description": "Provides an object oriented annotation api around runtime styling.",
"homepage": "https://docs.vietmaps.vn/",
"license": {
"type": "Copyright",
"text": " Copyright 2020 AIC Group\n"
},
"authors": {
"AIC Developer": "aic.developer01@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/aic-develop/vietmaps_annotation_extension_ios.git",
"tag": "0.1.0"
},
"public_header_files": "MapboxAnnotationExtension.framework/Headers/*.h",
"source_files": "MapboxAnnotationExtension.framework/Headers/*.h",
"vendored_frameworks": "MapboxAnnotationExtension.framework",
"requires_arc": true,
"module_name": "MapboxAnnotationExtension",
"dependencies": {
"VietMapsFlutter": [
]
}
}