File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |m |
22
3- version = '11.8.0 '
3+ version = '11.9.0-beta.1 '
44
55 m . name = 'MapboxCoreMaps'
66 m . version = version
@@ -17,11 +17,12 @@ Pod::Spec.new do |m|
1717
1818 m . platform = :ios
1919 m . ios . deployment_target = '12.0'
20+ m . swift_version = '5.7'
2021
2122 m . requires_arc = true
2223
2324 m . vendored_frameworks = 'MapboxCoreMaps.xcframework'
2425
25- m . dependency 'MapboxCommon' , '~> 24.8 '
26+ m . dependency 'MapboxCommon' , '~> 24.9.0-beta '
2627
2728end
Original file line number Diff line number Diff line change 44import PackageDescription
55import Foundation
66
7- let version = " 11.8.0 "
8- let checksum = " da6acb48f0329cc956a8df6b4a571b6ca250e71e3b7b0c6dcced812732a0d969 "
7+ let version = " 11.9.0-beta.1 "
8+ let checksum = " 6a83bf917dda5cbe08f9fa662f4ea5c56c0ece0aeae7fec9f94c3224ffc3ad52 "
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 " ) ,
19+ . package ( url: " https://github.com/mapbox/mapbox-common-ios.git " , from: " 24.9.0-beta.1 " ) ,
2020 ] ,
2121 targets: [
2222 . target(
You can’t perform that action at this time.
0 commit comments