Skip to content

Commit

Permalink
Merge pull request #520 from checkout/update/checkout-deployment-target
Browse files Browse the repository at this point in the history
Bump Checkout pod deployment target to iOS 12
  • Loading branch information
okhan-okbay-cko authored Mar 4, 2024
2 parents 65c45d8 + 24f958e commit 568898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Checkout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.author = { "Checkout.com Integration" => "[email protected]" }
s.source = { :git => "https://github.com/checkout/frames-ios.git", :tag => s.version }

s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.swift_version = "5.7"

s.source_files = 'Checkout/Source/**/*.swift'
Expand Down

0 comments on commit 568898c

Please sign in to comment.