[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / a / 7 / 3 / MapboxCoreNavigation / 2.4.3 / MapboxCoreNavigation.podspec.json
blobc23734b4712e1034ab5f62a20c339ed9572465b5
2   "name": "MapboxCoreNavigation",
3   "version": "2.4.3",
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": "Mapbox Terms of Service",
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": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/mapbox/mapbox-navigation-ios.git",
21     "tag": "v2.4.3"
22   },
23   "source_files": "Sources/{MapboxCoreNavigation}/**/*.{h,m,swift}",
24   "requires_arc": true,
25   "module_name": "MapboxCoreNavigation",
26   "dependencies": {
27     "MapboxNavigationNative": [
28       ">= 94.0.5",
29       "< 95.0.0"
30     ],
31     "MapboxDirections": [
32       ">= 2.6.0",
33       "< 2.8.0"
34     ],
35     "MapboxMobileEvents": [
36       "~> 1.0"
37     ],
38     "MapboxCommon": [
39       "21.3.0"
40     ]
41   },
42   "swift_versions": "5.0",
43   "swift_version": "5.0"