File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |m |
22
3- version = '11.8.0-rc.1 '
3+ version = '11.8.0'
44
55 m . name = 'MapboxCoreMaps'
66 m . version = version
@@ -22,6 +22,6 @@ Pod::Spec.new do |m|
2222
2323 m . vendored_frameworks = 'MapboxCoreMaps.xcframework'
2424
25- m . dependency 'MapboxCommon' , '~> 24.8.0-rc '
25+ m . dependency 'MapboxCommon' , '~> 24.8'
2626
2727end
Original file line number Diff line number Diff line change 44import PackageDescription
55import Foundation
66
7- let version = " 11.8.0-rc.1 "
8- let checksum = " 3fe057eea8e3a2b80b1dd482a66d55d56550559e5cc67e08611829c2a219d607 "
7+ let version = " 11.8.0 "
8+ let checksum = " da6acb48f0329cc956a8df6b4a571b6ca250e71e3b7b0c6dcced812732a0d969 "
99
1010let package = Package (
1111 name: " MapboxCoreMaps " ,
@@ -16,7 +16,7 @@ let package = Package(
1616 targets: [ " MapboxCoreMapsWrapper " ] ) ,
1717 ] ,
1818 dependencies: [
19- . package ( url: " https://github.com/mapbox/mapbox-common-ios.git " , from: " 24.8.0-rc.1 " ) ,
19+ . package ( url: " https://github.com/mapbox/mapbox-common-ios.git " , from: " 24.8.0 " ) ,
2020 ] ,
2121 targets: [
2222 . target(
You can’t perform that action at this time.
0 commit comments