mapbox/mapbox-navigation-native-ios
Before you can download the [Mapbox Navigation Native](https://github.com/mapbox/mapbox-navigation-native) for iOS, you need to create a token with `DOWNLOAD:READ` scope.
Integration
Swift Package Manager
Using SPM Package
.package(url: "git@github.com:mapbox/mapbox-navigation-native-ios.git", from: "207.0.0"),CocoaPods
pod 'MapboxNavigationNative', '207.0.0'Carthage
Add the following code to your Cartfile.
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 207.0.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.11.0Then run the following command in the Terminal.
carthage update --platform ios --use-netrcPackage Metadata
Repository: mapbox/mapbox-navigation-native-ios
Default branch: main
README: README.md