Skip to content

Commit 568898c

Browse files
Merge pull request #520 from checkout/update/checkout-deployment-target
Bump Checkout pod deployment target to iOS 12
2 parents 65c45d8 + 24f958e commit 568898c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Checkout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.author = { "Checkout.com Integration" => "[email protected]" }
1414
s.source = { :git => "https://github.com/checkout/frames-ios.git", :tag => s.version }
1515

16-
s.ios.deployment_target = '11.0'
16+
s.ios.deployment_target = '12.0'
1717
s.swift_version = "5.7"
1818

1919
s.source_files = 'Checkout/Source/**/*.swift'

0 commit comments

Comments
 (0)