blob: 11b34047824af8f9be1446cafabcf53f411b4100 [file] [log] [blame]
{
"name": "FirebaseIdentity",
"version": "0.5.0",
"summary": "A lightweight library that simplifies dealing with Firebase Authentication iOS SDK, written in Swift.",
"description": "Firebase Authentication is a powerful service that can be implemented in many different ways. This library aims to simplify working with features of Firebase Authentication by enforcing modern authentication workflows.",
"homepage": "https://github.com/cgossain/FirebaseIdentity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cgossain": "cgossain@gmail.com"
},
"source": {
"git": "https://github.com/cgossain/FirebaseIdentity.git",
"tag": "0.5.0"
},
"swift_versions": [
"5.0"
],
"static_framework": true,
"platforms": {
"ios": "11.4"
},
"source_files": "FirebaseIdentity/Classes/**/*",
"dependencies": {
"Firebase/Core": [
],
"Firebase/Auth": [
],
"Firebase/Database": [
],
"ProcedureKit": [
]
},
"swift_version": "5.0"
}