blob: 15a55e6d01bf8c73b47cc8b9ba925a7fe4d0e071 [file] [log] [blame]
{
"name": "Portal",
"version": "0.5.3",
"summary": "Portal is an easy gateway to all youre Firestore operations given a collection",
"description": "Portal is a simple abstraction layer of FirebaseFirestore and FirebaseAuth, it saves you a lot of work by automatycally parsing document snapshots into your data layer model by using generics at its core. Portal also allows you to use FirebaseAuth with a very easy to use API to sign-in & sign-up new users into FirebaseAuth and create its mirror representation into your database all done by PortalAuth while respecting your specified data layer model.",
"homepage": "https://github.com/rorodriguez116/Portal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rorodriguez116": "rorodriguez116@icloud.com"
},
"source": {
"git": "https://github.com/rorodriguez116/Portal.git",
"tag": "0.5.3"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.1",
"source_files": "Portal/Classes/**/*",
"static_framework": true,
"dependencies": {
"Firebase/Core": [
],
"Firebase/Firestore": [
],
"Firebase/Auth": [
],
"Firebase/Storage": [
],
"Firebase/Analytics": [
]
},
"swift_version": "5.1"
}