diff --git a/Package.swift b/Package.swift index 3351723..a5a5b3d 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,7 @@ import PackageDescription let package = Package( name: "Stagehand", platforms: [ - .iOS(.v12), + .iOS(.v13), .macOS(.v11), ], products: [ diff --git a/Stagehand.podspec b/Stagehand.podspec index 19cc212..76e8058 100644 --- a/Stagehand.podspec +++ b/Stagehand.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = 'Square' s.source = { :git => 'https://github.com/CashApp/Stagehand.git', :tag => s.version.to_s } - s.ios.deployment_target = '12.0' + s.ios.deployment_target = '13.0' s.swift_version = '5.0.1' diff --git a/StagehandTesting.podspec b/StagehandTesting.podspec index 1d01015..06e99e5 100644 --- a/StagehandTesting.podspec +++ b/StagehandTesting.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = 'Square' s.source = { :git => 'https://github.com/CashApp/Stagehand.git', :tag => s.version.to_s } - s.ios.deployment_target = '12.0' + s.ios.deployment_target = '13.0' s.swift_version = '5.0.1'