blob: 81a8f1f4ba3a3d48a8bcf7dedfe7cf62ac4b02e5 [file] [log] [blame]
{
"name": "GoogleSignIn",
"version": "2.2.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": {
"type": "Copyright",
"text": "Copyright 2015 Google Inc. All Rights Reserved."
},
"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"
],
"frameworks": [
"CoreText",
"Security",
"StoreKit"
],
"dependencies": {
"GoogleAuthUtilities": [
"~> 1"
],
"GoogleUtilities": [
"~> 1"
],
"GoogleAppUtilities": [
"~> 1"
],
"GoogleNetworkingUtilities": [
"~> 1"
]
},
"source": {
"http": "https://www.gstatic.com/cpdc/0cb71dba3e022a71-GoogleSignIn-2.2.0.tar.gz"
}
}