Skip to content

Commit

Permalink
Merge pull request #207 from mapbox/podspec-update
Browse files Browse the repository at this point in the history
Bump minimum iOS version in podspec
  • Loading branch information
endanke authored Oct 23, 2024
2 parents 1ce341a + 0dd66a6 commit 382c8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxCoreMaps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |m|
m.source = { http: "https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/#{version.to_s}/MapboxCoreMaps.xcframework-dynamic.zip" }

m.platform = :ios
m.ios.deployment_target = '11.0'
m.ios.deployment_target = '12.0'

m.requires_arc = true

Expand Down

0 comments on commit 382c8c8

Please sign in to comment.