[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / a / 7 / 3 / MapboxCoreNavigation / 0.40.0 / MapboxCoreNavigation.podspec.json
blob845f79822cd58f21808658d85dcc652eae496f4e
2   "name": "MapboxCoreNavigation",
3   "version": "0.40.0",
4   "summary": "Core components for turn-by-turn navigation on iOS.",
5   "description": "Mapbox 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 Mapbox Navigation SDK for iOS (MapboxNavigation).",
6   "homepage": "https://docs.mapbox.com/ios/navigation/",
7   "documentation_url": "https://docs.mapbox.com/ios/api/navigation/",
8   "license": {
9     "type": "ISC",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Mapbox": "mobile@mapbox.com"
14   },
15   "social_media_url": "https://twitter.com/mapbox",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/mapbox/mapbox-navigation-ios.git",
21     "tag": "v0.40.0"
22   },
23   "source_files": "MapboxCoreNavigation",
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     "MapboxDirections": [
34       "~> 0.31.0"
35     ],
36     "MapboxMobileEvents": [
37       "~> 0.10.2"
38     ],
39     "Turf": [
40       "~> 0.3.0"
41     ]
42   },
43   "swift_versions": "5.0",
44   "swift_version": "5.0"