Skip to content

Commit 0dd66a6

Browse files
authored
Bump minimum iOS version in podspec
1 parent 1ce341a commit 0dd66a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapboxCoreMaps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |m|
1616
m.source = { http: "https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/#{version.to_s}/MapboxCoreMaps.xcframework-dynamic.zip" }
1717

1818
m.platform = :ios
19-
m.ios.deployment_target = '11.0'
19+
m.ios.deployment_target = '12.0'
2020

2121
m.requires_arc = true
2222

0 commit comments

Comments
 (0)