Skip to content

Commit 500d379

Browse files
authored
Allow use of GTMSessionFetcher 2.x versions. (#9810)
1 parent 8d65537 commit 500d379

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

FirebaseAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ supports email and password accounts, as well as several 3rd party authenticatio
5454
s.dependency 'FirebaseCore', '~> 9.0'
5555
s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 7.7'
5656
s.dependency 'GoogleUtilities/Environment', '~> 7.7'
57-
s.dependency 'GTMSessionFetcher/Core', '~> 1.7'
57+
s.dependency 'GTMSessionFetcher/Core', '>= 1.7', '< 3.0'
5858

5959
# Using environment variable because of the dependency on the unpublished
6060
# HeartbeatLoggingTestUtils.

FirebaseFunctions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Cloud Functions for Firebase.
4343
s.dependency 'FirebaseAuthInterop', '~> 9.0'
4444
s.dependency 'FirebaseMessagingInterop', '~> 9.0'
4545
s.dependency 'FirebaseSharedSwift', '~> 9.0'
46-
s.dependency 'GTMSessionFetcher/Core', '~> 1.7'
46+
s.dependency 'GTMSessionFetcher/Core', '>= 1.7', '< 3.0'
4747

4848
s.test_spec 'objc' do |objc_tests|
4949
objc_tests.platforms = {

FirebaseStorageInternal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Objective-C Implementations for FirebaseStorage. This pod should not be directly
4444
s.osx.framework = 'CoreServices'
4545

4646
s.dependency 'FirebaseCore', '~> 9.0'
47-
s.dependency 'GTMSessionFetcher/Core', '~> 1.7'
47+
s.dependency 'GTMSessionFetcher/Core', '>= 1.7', '< 3.0'
4848
s.pod_target_xcconfig = {
4949
'GCC_C_LANGUAGE_STANDARD' => 'c99',
5050
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ let package = Package(
165165
.package(
166166
name: "GTMSessionFetcher",
167167
url: "https://github.com/google/gtm-session-fetcher.git",
168-
"1.7.2" ..< "2.0.0"
168+
"1.7.2" ..< "3.0.0"
169169
),
170170
.package(
171171
name: "nanopb",

0 commit comments

Comments
 (0)