Skip to content

Commit a93ca50

Browse files
authored
Align Podspec min deployment target (#2416)
1 parent 5410519 commit a93ca50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapboxMaps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |m|
1515

1616
m.source = { :git => 'https://github.com/mapbox/mapbox-maps-ios.git', :tag => "v#{maps_version}" }
1717
m.platform = :ios
18-
m.ios.deployment_target = '12.0'
18+
m.ios.deployment_target = '14.0'
1919
m.swift_version = '5.9'
2020

2121
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'

0 commit comments

Comments
 (0)