Skip to content

Commit c5bb07e

Browse files
committed
Bring back iOS 12 support.
Firebase's Package.swift still has iOS 12, so GTMSessionFetcher is bring it back so align here also.
1 parent 03fae3e commit c5bb07e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GoogleAPIClientForREST.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
# bundle for the privacy manifest.
2020
s.cocoapods_version = '>= 1.12.0'
2121

22-
ios_deployment_target = '13.0'
22+
ios_deployment_target = '12.0'
2323
osx_deployment_target = '10.15'
2424
tvos_deployment_target = '13.0'
2525
visionos_deployment_target = '1.0'

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "GoogleAPIClientForREST",
77
platforms: [
8-
.iOS(.v13),
8+
.iOS(.v12),
99
.macOS(.v10_15),
1010
.tvOS(.v13),
1111
.watchOS(.v7)

0 commit comments

Comments
 (0)