File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44import PackageDescription
55import Foundation
66
7- let version = " 24.6.0-alpha.1 "
8- let checksum = " 744957b23be0250e7eb05f5864b7d967c52c9213c7d143d72ecf11128bf2fa07 "
7+ let version = " 24.5.0 "
8+ let checksum = " 81a9afc0690c783b6f7037ecd1cb925bc51f3d4fee5269e21b8a5619d2fcecb7 "
99
1010let package = Package (
1111 name: " MapboxCommon " ,
Original file line number Diff line number Diff line change @@ -38,21 +38,21 @@ machine api.mapbox.com
3838###### Using SPM Package 📱🖥💻
3939
4040``` swift
41- .package (url : " https://github.com/mapbox/mapbox-common-ios.git" , from : " 24.4 .0" ),
41+ .package (url : " https://github.com/mapbox/mapbox-common-ios.git" , from : " 24.5 .0" ),
4242```
4343
4444##### CocoaPods 📱🖥💻
4545
4646``` ruby
47- pod ' MapboxCommon' , ' 24.4 .0'
47+ pod ' MapboxCommon' , ' 24.5 .0'
4848```
4949
5050##### Carthage 📱
5151
5252Add the following code to your Cartfile.
5353
5454``` bash
55- binary " https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.4 .0
55+ binary " https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5 .0
5656```
5757
5858Then run the following command in the Terminal.
Original file line number Diff line number Diff line change 1- binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.0-alpha.1
1+ binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.0
Original file line number Diff line number Diff line change 11platform :ios , '11.0'
22
33target 'PodInstall' do
4- pod 'MapboxCommon' , '24.6.0-alpha.1 '
4+ pod 'MapboxCommon' , '24.5.0 '
55end
You can’t perform that action at this time.
0 commit comments