[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 3 / e / 9 / Portal / 0.5.3 / Portal.podspec.json
blob15a55e6d01bf8c73b47cc8b9ba925a7fe4d0e071
2   "name": "Portal",
3   "version": "0.5.3",
4   "summary": "Portal is an 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.5.3"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.1",
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   },
41   "swift_version": "5.1"