blob: 2204e967347d4783bb435fe4ae9a3dfcfa346a12 [file] [log] [blame]
{
"name": "FirebaseAuth",
"version": "3.0.6",
"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://dl.google.com/dl/cpdc/c3b1d3ce85311140/FirebaseAuth-3.0.6.tar.gz"
},
"vendored_frameworks": [
"Frameworks/frameworks/FirebaseAuth.framework"
],
"preserve_paths": [
"CHANGELOG.md",
"README.md"
],
"frameworks": [
"Security"
],
"dependencies": {
"FirebaseAnalytics": "~> 3.4",
"GTMSessionFetcher/Core": "~> 1.1",
"GoogleToolboxForMac/NSDictionary+URLArguments": "~> 2.1"
}
}