Skip to content

Commit 597c8fd

Browse files
committed
revert swift_version
1 parent c262b97 commit 597c8fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MapboxCoreMaps.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '11.9.0'
3+
version = '11.9.0-rc.1'
44

55
m.name = 'MapboxCoreMaps'
66
m.version = version
@@ -17,12 +17,12 @@ Pod::Spec.new do |m|
1717

1818
m.platform = :ios
1919
m.ios.deployment_target = '12.0'
20-
m.swift_version = '11.9.0'
20+
m.swift_version = '5.7'
2121

2222
m.requires_arc = true
2323

2424
m.vendored_frameworks = 'MapboxCoreMaps.xcframework'
2525

26-
m.dependency 'MapboxCommon', '~> 24.9'
26+
m.dependency 'MapboxCommon', '~> 24.9.0-rc'
2727

2828
end

0 commit comments

Comments
 (0)