blob: 5f6b0e99205ea4958bbc734b48935c1ad4bbbdf5 [file] [log] [blame]
{
"name": "GoogleAuthUtilities",
"version": "2.0.2",
"summary": "Shared authentication utility methods for Google libraries. Not intended for direct use.",
"description": "Authentication utility methods that are shared between Google libraries. This pod does not expose any headers and isn't intended for direct use, but rather as a dependency of some Google libraries.",
"homepage": "https://developers.google.com/ios",
"license": {
"type": "Copyright",
"text": "Copyright 2016 Google"
},
"authors": "Google, Inc.",
"platforms": {
"ios": "6.0"
},
"source": {
"http": "https://dl.google.com/dl/cpdc/815501e47d1a2496/GoogleAuthUtilities-2.0.2.tar.gz"
},
"vendored_frameworks": [
"Frameworks/frameworks/GoogleAuthUtilities.framework"
],
"resources": [
"Frameworks/frameworks/GoogleAuthUtilities.framework/Resources/GTMOAuth2ViewTouch.xib"
],
"frameworks": [
"Security",
"SystemConfiguration"
],
"dependencies": {
"GoogleSymbolUtilities": "~> 1.1",
"GoogleNetworkingUtilities": "~> 1.2"
}
}