File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'GoogleSignIn'
3- s . version = '7.2 .0'
3+ s . version = '8.0 .0'
44 s . summary = 'Enables iOS apps to sign in with Google.'
55 s . description = <<-DESC
66The Google Sign-In SDK allows users to sign in with their Google account from third-party apps.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'GoogleSignInSwiftSupport'
3- s . version = '7.2 .0'
3+ s . version = '8.0 .0'
44 s . swift_version = '5.0'
55 s . summary = 'Adds Swift-focused support for Google Sign-In.'
66 s . description = 'Additional Swift support for the Google Sign-In SDK.'
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424 'CoreGraphics' ,
2525 'SwiftUI' ,
2626 ]
27- s . dependency 'GoogleSignIn' , '~> 7.2 '
27+ s . dependency 'GoogleSignIn' , '~> 8.0 '
2828 s . resource_bundles = {
2929 'GoogleSignInSwiftSupport_Privacy' => 'GoogleSignInSwift/Sources/Resources/PrivacyInfo.xcprivacy'
3030 }
You can’t perform that action at this time.
0 commit comments