We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbd7b9 commit b3c0d99Copy full SHA for b3c0d99
GoogleSignIn.podspec
@@ -13,7 +13,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
13
:tag => s.version.to_s
14
}
15
s.swift_version = '4.0'
16
- ios_deployment_target = '11.0'
+ ios_deployment_target = '12.0'
17
osx_deployment_target = '10.15'
18
s.ios.deployment_target = ios_deployment_target
19
s.osx.deployment_target = osx_deployment_target
Package.swift
@@ -24,7 +24,7 @@ let package = Package(
24
defaultLocalization: "en",
25
platforms: [
26
.macOS(.v10_15),
27
- .iOS(.v11)
+ .iOS(.v12)
28
],
29
products: [
30
.library(
0 commit comments