blob: 4418b6649003d1343c07534afa91520427dfb8bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Google Sign-In SDK for iOS
The Google Sign-In SDK allows users to sign in with their Google account from
third-party apps.
Please visit [our developer site](https://developers.google.com/identity/sign-in/ios/)
for integration instructions, documentation, support information, and terms of
service.
## Getting Started
* Try our example app with:
```
$ pod try GoogleSignIn
```
and follow the directions [here](https://developers.google.com/identity/sign-in/ios/start).
* Read our [getting started guides](https://developers.google.com/identity/sign-in/ios/start-integrating).
* Take a look at the [API reference](https://developers.google.com/identity/sign-in/ios/api/).
|