Latest | 1.0.0 |
---|---|
Homepage | https://developers.google.com/identity/sign-in/ios/getting-started |
License | Apache 2.0 License Copyright 2015 Google Inc. |
Platforms | ios 5.0, requires ARC |
Latest podspec
{ "name": "GoogleSignInSDK", "version": "1.0.0", "summary": "The Google Sign-In SDK allows users to sign in with their Google account from third-party apps.", "homepage": "https://developers.google.com/identity/sign-in/ios/getting-started", "license": { "type": "Apache 2.0 License", "text": "Copyright 2015 Google Inc." }, "authors": "Google", "source": { "http": "https://developers.google.com/identity/sign-in/ios/sdk/google_signin_sdk_1_0_0.zip" }, "platforms": { "ios": "5.0" }, "source_files": "google_signin_sdk_1_0_0/GoogleSignIn.framework/Headers/*.h", "requires_arc": true, "ios": { "vendored_frameworks": "google_signin_sdk_1_0_0/GoogleSignIn.framework" }, "xcconfig": { "FRAMEWORK_SEARCH_PATHS": "$(inherited)" }, "preserve_paths": "google_signin_sdk_1_0_0/GoogleSignIn.framework" }
Wed, 02 Mar 2016 14:49:02 +0000