diff --git a/GoogleAPIClientForREST.podspec b/GoogleAPIClientForREST.podspec index fef28b7d7..05a246c54 100644 --- a/GoogleAPIClientForREST.podspec +++ b/GoogleAPIClientForREST.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| # bundle for the privacy manifest. s.cocoapods_version = '>= 1.12.0' - ios_deployment_target = '13.0' + ios_deployment_target = '12.0' osx_deployment_target = '10.15' tvos_deployment_target = '13.0' visionos_deployment_target = '1.0' diff --git a/Package.swift b/Package.swift index ccabc99e8..34a3adf3e 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "GoogleAPIClientForREST", platforms: [ - .iOS(.v13), + .iOS(.v12), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v7)