[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 2 / CombineFirebase / 0.2.0 / CombineFirebase.podspec.json
blob298ade492a49e085e577d93f2796d1ddd71e5385
2   "name": "CombineFirebase",
3   "version": "0.2.0",
4   "summary": "Combine extensions for Firebase",
5   "description": "Combine extensions for Firebase\nIncluding for now Firestore",
6   "homepage": "https://github.com/rever-ai/CombineFirebase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kshivang": "shivang.iitk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rever-ai/CombineFirebase.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0"
22   },
23   "static_framework": true,
24   "swift_versions": "5.1",
25   "subspecs": [
26     {
27       "name": "Firestore",
28       "dependencies": {
29         "CombineFirebaseFirestore": [
30           "~> 0.2"
31         ]
32       },
33       "source_files": "Sources/Core/Firestore.swift"
34     },
35     {
36       "name": "RemoteConfig",
37       "dependencies": {
38         "CombineFirebaseRemoteConfig": [
39           "~> 0.2"
40         ]
41       },
42       "source_files": "Sources/Core/RemoteConfig.swift"
43     },
44     {
45       "name": "Database",
46       "dependencies": {
47         "CombineFirebaseDatabase": [
48           "~> 0.2"
49         ]
50       },
51       "source_files": "Sources/Core/Database.swift"
52     },
53     {
54       "name": "Storage",
55       "dependencies": {
56         "CombineFirebaseStorage": [
57           "~> 0.2"
58         ]
59       },
60       "source_files": "Sources/Core/Storage.swift"
61     },
62     {
63       "name": "Functions",
64       "dependencies": {
65         "CombineFirebaseFunctions": [
66           "~> 0.2"
67         ]
68       },
69       "source_files": "Sources/Core/Functions.swift"
70     },
71     {
72       "name": "Auth",
73       "dependencies": {
74         "CombineFirebaseAuthentication": [
75           "~> 0.2"
76         ]
77       },
78       "source_files": "Sources/Core/Auth.swift"
79     }
80   ],
81   "swift_version": "5.1"