Skip to content

Commit

Permalink
Merge branch 'main' into release/v24.8.0-daily-2024-09-12-07-48
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfedorovdev authored Sep 12, 2024
2 parents 5cce5b7 + e4f305c commit 9305c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ machine api.mapbox.com
###### Using SPM Package 📱🖥💻

```swift
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.6.1"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.6.2"),
```

##### CocoaPods 📱🖥💻

```ruby
pod 'MapboxCommon', '24.6.1'
pod 'MapboxCommon', '24.6.2'
```

##### Carthage 📱

Add the following code to your Cartfile.

```bash
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.1
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.2
```

Then run the following command in the Terminal.
Expand Down

0 comments on commit 9305c57

Please sign in to comment.