blob: 86e72f00578a48bfaa263acd5ee18b7be5f95587 [file] [log] [blame]
{
"name": "FirebaseAuth",
"version": "3.0.3",
"summary": "The official iOS client for Firebase Authentication",
"description": "Firebase Authentication allows you to manage your own account system without any backend code. It supports email and password accounts, as well as several 3rd party authentication mechanisms.",
"homepage": "https://www.firebase.com/docs/ios/guide/user-auth.html",
"license": {
"text": "Copyright 2016 Google",
"type": "Copyright"
},
"authors": "Google, Inc.",
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://www.gstatic.com/cpdc/20d9bd84a7a6bfe8/FirebaseAuth-3.0.3.tar.gz"
},
"vendored_frameworks": [
"Frameworks/frameworks/FirebaseAuth.framework"
],
"preserve_paths": [
"CHANGELOG.md",
"README.md"
],
"frameworks": [
"Security"
],
"dependencies": {
"FirebaseAnalytics": "~> 3.2",
"GoogleParsingUtilities": "~> 1.1",
"GoogleUtilities": "~> 1.3",
"GoogleNetworkingUtilities": "~> 1.2"
}
}