From 649ad0b0298c26e2d6d2d726fb45b9c05014376d Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 30 Sep 2024 10:32:28 -0400 Subject: [PATCH] Bring back iOS 12 support. Firebase's Package.swift still has iOS 12, so GTMSessionFetcher is bring it back so align here also. --- GoogleAPIClientForREST.podspec | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)