From fd5854e00f24bef5e4996bb587c71d2198e562dd Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Fri, 26 May 2023 10:49:21 -0700 Subject: [PATCH] Update to Swift 5 in GoogleSignInSwiftSupport.podspec This change addresses a warning from Xcode 14.3 that suggests upgrading to Swift 5. Fixes #316 --- GoogleSignInSwiftSupport.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GoogleSignInSwiftSupport.podspec b/GoogleSignInSwiftSupport.podspec index 75fa4866..dbe1d7bf 100644 --- a/GoogleSignInSwiftSupport.podspec +++ b/GoogleSignInSwiftSupport.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'GoogleSignInSwiftSupport' - s.version = '7.0.0' - s.swift_version = '4.0' + s.version = '7.0.1' + 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.' s.homepage = 'https://developers.google.com/identity/sign-in/ios/'