Skip to content

Commit

Permalink
Bring back iOS 12 support.
Browse files Browse the repository at this point in the history
Firebase's Package.swift still has iOS 12, so GTMSessionFetcher is bring it back
so align here also.
  • Loading branch information
thomasvl committed Sep 30, 2024
1 parent 03fae3e commit c5bb07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "GoogleAPIClientForREST",
platforms: [
.iOS(.v13),
.iOS(.v12),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v7)
Expand Down

0 comments on commit c5bb07e

Please sign in to comment.