[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 6 / b / 3 / VietMapsCoreNavigation / 1.0.0 / VietMapsCoreNavigation.podspec.json
blob35f375e4b1c29242e190fb41e5e7b62be28e3467
2   "name": "VietMapsCoreNavigation",
3   "version": "1.0.0",
4   "summary": "Core components for turn-by-turn navigation on iOS.",
5   "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).",
6   "homepage": "https://docs.vietmaps.vn/",
7   "license": {
8     "type": "Copyright",
9     "text": "    Copyright 2020 AIC Group\n"
10   },
11   "authors": {
12     "AIC Developer": "aic.developer01@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/aic-develop/vietmaps_core_navigation_ios.git",
19     "tag": "1.0.0"
20   },
21   "public_header_files": "MapboxCoreNavigation.framework/Headers/*.h",
22   "source_files": "MapboxCoreNavigation.framework/Headers/*.h",
23   "vendored_frameworks": "MapboxCoreNavigation.framework",
24   "requires_arc": true,
25   "module_name": "MapboxCoreNavigation",
26   "dependencies": {
27     "MapboxNavigationNative": [
28       "~> 6.2.1"
29     ],
30     "MapboxAccounts": [
31       "~> 2.2.0"
32     ],
33     "VietMapsDirections": [
34       "~> 1.0.0"
35     ],
36     "VietMapsMobileEvents": [
37       "~> 0.1.0"
38     ],
39     "Turf": [
40       "~> 0.3.0"
41     ]
42   },
43   "swift_versions": "5.0",
44   "swift_version": "5.0"