[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / 9 / Portal / 0.1.6 / Portal.podspec.json
blobfebe8ef357201d1a19c319da1b0901dcadeb82c9
2   "name": "Portal",
3   "version": "0.1.6",
4   "summary": "Portal is a easy gateway to all youre Firestore operations given a collection",
5   "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.",
6   "homepage": "https://github.com/rorodriguez116/Portal",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rorodriguez116": "rorodriguez116@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/rorodriguez116/Portal.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Portal/Classes/**/*",
23   "static_framework": true,
24   "dependencies": {
25     "Firebase/Core": [
27     ],
28     "Firebase/Firestore": [
30     ],
31     "Firebase/Auth": [
33     ],
34     "Firebase/Storage": [
36     ],
37     "Firebase/Analytics": [
39     ],
40     "DeepDiff": [
42     ]
43   },
44   "swift_version": "5.0"