| { |
| "name": "VietMapsAnnotationExtension", |
| "version": "0.2.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.2.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": [ |
| |
| ] |
| } |
| } |