diff --git a/Checkout.podspec b/Checkout.podspec index d7a5c12e..37700c0a 100644 --- a/Checkout.podspec +++ b/Checkout.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.author = { "Checkout.com Integration" => "integration@checkout.com" } 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'