# mapbox-common-ios **Repository Path**: mirrors_mapbox/mapbox-common-ios ## Basic Information - **Project Name**: mapbox-common-ios - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-24 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mapbox-common-ios MapboxCommon provides common functionality among all Mapbox SDKs including: * [Maps](https://github.com/mapbox/mapbox-maps-ios) * [Navigation](https://github.com/mapbox/mapbox-navigation-ios) * [Search](https://github.com/mapbox/search-ios) To learn more about these SDKs please visit their repos on GitHub and the documentation at https://docs.mapbox.com/. ### Prerequisites Before you can download the Mapbox Common SDK, you need to create a token with `DOWNLOAD:READ` scope. Go to https://account.mapbox.com and click "Create token" ##### SPM, CocoaPods Insert or append the following to `~/.netrc` ```bash machine api.mapbox.com login mapbox password ``` ## Integration ##### Swift Package Manager ###### Using Xcode
Detailed Flow
###### Using SPM Package 📱🖥💻 ```swift .package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.1"), ``` ##### CocoaPods 📱🖥💻 ```ruby pod 'MapboxCommon', '24.9.1' ```