[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / a / 7 / 3 / MapboxCoreNavigation / 2.10.0 / MapboxCoreNavigation.podspec.json
blob52bfd0392f63f4a82281577d39283837f477f53d
2   "name": "MapboxCoreNavigation",
3   "version": "2.10.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": "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": "12.0"
18   },
19   "source": {
20     "git": "https://github.com/mapbox/mapbox-navigation-ios.git",
21     "tag": "v2.10.0"
22   },
23   "source_files": "Sources/{MapboxCoreNavigation}/**/*.{h,m,swift}",
24   "resources": [
25     "Sources/MapboxCoreNavigation/Resources/*/*",
26     "Sources/MapboxCoreNavigation/Resources/*"
27   ],
28   "requires_arc": true,
29   "module_name": "MapboxCoreNavigation",
30   "dependencies": {
31     "MapboxNavigationNative": [
32       "~> 123.2"
33     ],
34     "MapboxDirections": [
35       "~> 2.9.1"
36     ],
37     "MapboxMobileEvents": [
38       "~> 1.0"
39     ]
40   },
41   "swift_versions": "5.5",
42   "swift_version": "5.5"