Browse Source

Update to Swift 5 in GoogleSignInSwiftSupport.podspec (#317)

mdmathias 2 years ago
parent
commit
b0bc583eb3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      GoogleSignInSwiftSupport.podspec

+ 2 - 2
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/'