From ec076d04085c1ac5f4812eec666eab9041610b4f Mon Sep 17 00:00:00 2001 From: Matt Mathias Date: Mon, 17 Jun 2024 09:30:03 -0700 Subject: [PATCH] Update library to version 8 --- GoogleSignIn.podspec | 2 +- GoogleSignInSwiftSupport.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GoogleSignIn.podspec b/GoogleSignIn.podspec index 82eca9ae..9d4defc7 100644 --- a/GoogleSignIn.podspec +++ b/GoogleSignIn.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleSignIn' - s.version = '7.2.0' + s.version = '8.0.0' s.summary = 'Enables iOS apps to sign in with Google.' s.description = <<-DESC The Google Sign-In SDK allows users to sign in with their Google account from third-party apps. diff --git a/GoogleSignInSwiftSupport.podspec b/GoogleSignInSwiftSupport.podspec index 62da7832..ea12685d 100644 --- a/GoogleSignInSwiftSupport.podspec +++ b/GoogleSignInSwiftSupport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleSignInSwiftSupport' - s.version = '7.2.0' + s.version = '8.0.0' s.swift_version = '5.0' s.summary = 'Adds Swift-focused support for Google Sign-In.' s.description = 'Additional Swift support for the Google Sign-In SDK.' @@ -24,7 +24,7 @@ Pod::Spec.new do |s| 'CoreGraphics', 'SwiftUI', ] - s.dependency 'GoogleSignIn', '~> 7.2' + s.dependency 'GoogleSignIn', '~> 8.0' s.resource_bundles = { 'GoogleSignInSwiftSupport_Privacy' => 'GoogleSignInSwift/Sources/Resources/PrivacyInfo.xcprivacy' }