2 "name": "MapboxNavigation",
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/",
9 "type": "Mapbox Terms of Service",
13 "Mapbox": "mobile@mapbox.com"
15 "social_media_url": "https://twitter.com/mapbox",
20 "git": "https://github.com/mapbox/mapbox-navigation-ios.git",
23 "source_files": "Sources/MapboxNavigation/**/*.{h,m,swift}",
25 "Sources/MapboxNavigation/Resources/*/*",
26 "Sources/MapboxNavigation/Resources/*"
29 "module_name": "MapboxNavigation",
31 "MapboxCoreNavigation": [
43 "MapboxMobileEvents": [
47 "swift_versions": "5.0",
48 "user_target_xcconfig": {
49 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "$(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))",
50 "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200": "arm64 arm64e armv7 armv7s armv6 armv8"
52 "pod_target_xcconfig": {
53 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "$(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))",
54 "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200": "arm64 arm64e armv7 armv7s armv6 armv8"
56 "swift_version": "5.0"