MapboxCommon provides common functionality among all Mapbox SDKs including:
To learn more about these SDKs please visit their repos on GitHub and the documentation at https://docs.mapbox.com/.
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"
Insert or append the following to ~/.netrc
machine api.mapbox.com
login mapbox
password <TOKEN WITH DOWNLOAD:READ SCOPE>
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.8.0"),
pod 'MapboxCommon', '24.8.0'