File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 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.5.0 "
8- let checksum = " 81a9afc0690c783b6f7037ecd1cb925bc51f3d4fee5269e21b8a5619d2fcecb7 "
7+ let version = " 24.5.1 "
8+ let checksum = " b6bf1e6aaacf5b2850fb37854aa9d66219feb611829c6a94809d26f2834892f5 "
99
1010let package = Package (
1111 name: " MapboxCommon " ,
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ machine api.mapbox.com
3838###### Using SPM Package 📱🖥💻
3939
4040``` swift
41- .package (url : " https://github.com/mapbox/mapbox-common-ios.git" , from : " 24.5.0 " ),
41+ .package (url : " https://github.com/mapbox/mapbox-common-ios.git" , from : " 24.5.1 " ),
4242```
4343
4444##### CocoaPods 📱🖥💻
4545
4646``` ruby
47- pod ' MapboxCommon' , ' 24.5.0 '
47+ pod ' MapboxCommon' , ' 24.5.1 '
4848```
4949
5050##### Carthage 📱
Original file line number Diff line number Diff line change 1- binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.0
1+ binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.1
Original file line number Diff line number Diff line change 11platform :ios , '11.0'
22
33target 'PodInstall' do
4- pod 'MapboxCommon' , '24.5.0 '
4+ pod 'MapboxCommon' , '24.5.1 '
55end
Original file line number Diff line number Diff line change 44packages :
55 MapboxCommon :
66 url : git@github.com:mapbox/mapbox-common-ios.git
7- branch : release-v24.0.0-rc.2
7+ branch : release-v24.5.1
88targets :
99 SPMTest :
1010 type : application
You can’t perform that action at this time.
0 commit comments