[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / b / MapboxNavigation / 2.18.0 / MapboxNavigation.podspec.json
blobbe68c4b3d88c4d9ff836906b9b12ad486c3b8cbc
2   "name": "MapboxNavigation",
3   "version": "2.18.0",
4   "summary": "Complete turn-by-turn navigation interface for iOS.",
5   "description": "The Mapbox Navigation SDK for iOS is a drop-in interface for turn-by-turn navigation along a route, complete with a well-designed map and easy-to-understand spoken directions. Routes are powered by Mapbox Directions.",
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.18.0"
22   },
23   "source_files": "Sources/MapboxNavigation/**/*.{h,m,swift}",
24   "resource_bundles": {
25     "MapboxNavigationResources": [
26       "Sources/MapboxNavigation/Resources/*/*",
27       "Sources/MapboxNavigation/Resources/*"
28     ]
29   },
30   "requires_arc": true,
31   "module_name": "MapboxNavigation",
32   "dependencies": {
33     "MapboxCoreNavigation": [
34       "2.18.0"
35     ],
36     "MapboxMaps": [
37       "~> 10.17.0"
38     ],
39     "Solar-dev": [
40       "~> 3.0"
41     ],
42     "MapboxSpeech": [
43       "~> 2.0"
44     ]
45   },
46   "swift_versions": "5.5",
47   "user_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "$(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))",
49     "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200": "arm64 arm64e armv7 armv7s armv6 armv8"
50   },
51   "pod_target_xcconfig": {
52     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "$(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))",
53     "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200": "arm64 arm64e armv7 armv7s armv6 armv8"
54   },
55   "swift_version": "5.5"