Skip to content

Commit b3c0d99

Browse files
authored
Update minimum iOS support to 12 (#445)
1 parent 6fbd7b9 commit b3c0d99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GoogleSignIn.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
1313
:tag => s.version.to_s
1414
}
1515
s.swift_version = '4.0'
16-
ios_deployment_target = '11.0'
16+
ios_deployment_target = '12.0'
1717
osx_deployment_target = '10.15'
1818
s.ios.deployment_target = ios_deployment_target
1919
s.osx.deployment_target = osx_deployment_target

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
defaultLocalization: "en",
2525
platforms: [
2626
.macOS(.v10_15),
27-
.iOS(.v11)
27+
.iOS(.v12)
2828
],
2929
products: [
3030
.library(

0 commit comments

Comments
 (0)