Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
/ DANGoogleSignIn Public archive

A quick wrapper around Google's web authentication for mobile devices.

License

Notifications You must be signed in to change notification settings

endocrimes/DANGoogleSignIn

Repository files navigation

DANGoogleSignIn

A quick wrapper around Google's web authentication for mobile devices.

Usage

let viewController = DANGoogleSignInViewController(clientId: "your google client id", scopes: ["your google scopes"])
navigationController.pushViewController(viewController, animated: true)

or in legacy projects:

DANGoogleSignInViewController *viewController = [[DANGoogleSignInViewController alloc] initWithClientId:@"your google client id" scopes:@[@"your google scopes"]];
[self.navigationController pushViewController:viewController animated:YES];

Installation instructions

CocoaPods is the recommended installation method.

pod 'DANGoogleSignIn'

About

A quick wrapper around Google's web authentication for mobile devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published