blob: d74fab0096b5b889451f7a138018c8dde5056088 [file] [log] [blame]
{
"name": "GoogleSignIn",
"version": "2.3.0",
"summary": "Enables iOS apps to sign in with Google.",
"description": "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/",
"license": {
"text": "Copyright 2015 Google Inc. All Rights Reserved.",
"type": "Copyright"
},
"authors": "Google Inc.",
"platforms": {
"ios": "7.0"
},
"vendored_libraries": [
"Libraries/libSignIn.a",
"Libraries/libGIDExShared.a"
],
"public_header_files": [
"Headers/Public/*.h"
],
"resources": [
"Resources/GoogleSignIn.bundle"
],
"source_files": [
"Headers/Public/*.h"
],
"preserve_paths": [
"Changelog",
"README.md"
],
"frameworks": [
"CoreText",
"SafariServices",
"Security",
"StoreKit"
],
"dependencies": {
"GoogleNetworkingUtilities": [
"~> 1.0"
],
"GoogleUtilities": [
"~> 1.0"
],
"GoogleAppUtilities": [
"~> 1.0"
],
"GoogleAuthUtilities": [
"~> 1.0"
]
},
"source": {
"http": "https://www.gstatic.com/cpdc/cc4e27f0e3f88518-GoogleSignIn-2.3.0.tar.gz"
}
}