* Update CHANGELOG.md * Update GoogleSignIn.podspec * Update GoogleSignInSwiftSupport.podspec * Update Package.swift
@@ -1,3 +1,6 @@
+# 6.2.2 (2022-5-27)
+- Prevent build errors for GoogleSignInSwift when using Swift Package Manager. ([#157](https://github.com/google/GoogleSignIn-iOS/pull/157))
+
# 6.2.1 (2022-5-19)
- Use `GoogleSignInSwiftSupport` as the name of the Swift support CocoaPod. ([#137](https://github.com/google/GoogleSignIn-iOS/pull/137))
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleSignIn'
- s.version = '6.2.1'
+ s.version = '6.2.2'
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.
s.name = 'GoogleSignInSwiftSupport'
s.swift_version = '4.0'
s.summary = 'Adds Swift-focused support for Google Sign-In.'
s.description = 'Additional Swift support for the Google Sign-In SDK.'
@@ -17,7 +17,7 @@
import PackageDescription
-let googleSignInVersion = "6.2.1"
+let googleSignInVersion = "6.2.2"
let package = Package(
name: "GoogleSignIn",