| { |
| "name": "VietMapsCoreNavigation", |
| "version": "1.0.0", |
| "summary": "Core components for turn-by-turn navigation on iOS.", |
| "description": "VietMaps Core Navigation provides the core spatial and timing logic for turn-by-turn navigation along a route. For a complete turn-by-turn navigation interface, use the VietMaps Navigation SDK for iOS (VietMapsNavigation).", |
| "homepage": "https://docs.vietmaps.vn/", |
| "license": { |
| "type": "Copyright", |
| "text": " Copyright 2020 AIC Group\n" |
| }, |
| "authors": { |
| "AIC Developer": "aic.developer01@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/aic-develop/vietmaps_core_navigation_ios.git", |
| "tag": "1.0.0" |
| }, |
| "public_header_files": "MapboxCoreNavigation.framework/Headers/*.h", |
| "source_files": "MapboxCoreNavigation.framework/Headers/*.h", |
| "vendored_frameworks": "MapboxCoreNavigation.framework", |
| "requires_arc": true, |
| "module_name": "MapboxCoreNavigation", |
| "dependencies": { |
| "MapboxNavigationNative": [ |
| "~> 6.2.1" |
| ], |
| "MapboxAccounts": [ |
| "~> 2.2.0" |
| ], |
| "VietMapsDirections": [ |
| "~> 1.0.0" |
| ], |
| "VietMapsMobileEvents": [ |
| "~> 0.1.0" |
| ], |
| "Turf": [ |
| "~> 0.3.0" |
| ] |
| }, |
| "swift_versions": "5.0", |
| "swift_version": "5.0" |
| } |