blob: 47bdb9197d63d314314762366e6c46204a16ddb6 [file] [log] [blame]
{
"name": "FirebaseAuth",
"version": "3.0.4",
"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": {
"type": "Copyright",
"text": "Copyright 2016 Google"
},
"authors": "Google, Inc.",
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://www.gstatic.com/cpdc/aed21d1eaa5e6168/FirebaseAuth-3.0.4.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.2",
"GoogleNetworkingUtilities": "~> 1.2"
}
}