We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409f2b3 commit dcc6dc6Copy full SHA for dcc6dc6
2 files changed
GoogleSignIn.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'GoogleSignIn'
3
- s.version = '7.1.0-fac-eap-1.0.0'
+ s.version = '7.1.0-fac-beta-1.0.0'
4
s.summary = 'Enables iOS apps to sign in with Google.'
5
s.description = <<-DESC
6
The Google Sign-In SDK allows users to sign in with their Google account from third-party apps.
Package.swift
@@ -17,7 +17,7 @@
17
18
import PackageDescription
19
20
-let googleSignInVersion = "7.1.0-fac-eap-1.0.0"
+let googleSignInVersion = "7.1.0-fac-beta-1.0.0"
21
22
let package = Package(
23
name: "GoogleSignIn",
0 commit comments