Skip to content

Commit

Permalink
[v11.10] Align Podspec min deployment target (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
evil159 authored Jan 20, 2025
1 parent 5410519 commit cf141b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxMaps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |m|

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

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

0 comments on commit cf141b1

Please sign in to comment.