[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / f / 9 / RxFirebase / 0.3.4 / RxFirebase.podspec.json
blob48683cb4d2cef14bc5036d628f80b1f76238963a
2   "name": "RxFirebase",
3   "version": "0.3.4",
4   "summary": "RxSwift extensions for Firebase.",
5   "description": "RxSwift extensions for Firebase.\nIncluding for now Database, Firestore, RemoteConfig, Storage, Functions, Auth",
6   "homepage": "https://github.com/RxSwiftCommunity/RxFirebase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arnaud Dorgans": "arnaud.dorgans@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/RxSwiftCommunity/RxFirebase.git",
16     "tag": "0.3.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "static_framework": true,
22   "subspecs": [
23     {
24       "name": "Firestore",
25       "dependencies": {
26         "RxFirebaseFirestore": [
27           "~> 0.3"
28         ]
29       },
30       "source_files": "Sources/Core/Firestore.swift"
31     },
32     {
33       "name": "RemoteConfig",
34       "dependencies": {
35         "RxFirebaseRemoteConfig": [
36           "~> 0.3"
37         ]
38       },
39       "source_files": "Sources/Core/RemoteConfig.swift"
40     },
41     {
42       "name": "Database",
43       "dependencies": {
44         "RxFirebaseDatabase": [
45           "~> 0.3"
46         ]
47       },
48       "source_files": "Sources/Core/Database.swift"
49     },
50     {
51       "name": "Storage",
52       "dependencies": {
53         "RxFirebaseStorage": [
54           "~> 0.3"
55         ]
56       },
57       "source_files": "Sources/Core/Storage.swift"
58     },
59     {
60       "name": "Functions",
61       "dependencies": {
62         "RxFirebaseFunctions": [
63           "~> 0.3"
64         ]
65       },
66       "source_files": "Sources/Core/Functions.swift"
67     },
68     {
69       "name": "Auth",
70       "dependencies": {
71         "RxFirebaseAuthentication": [
72           "~> 0.3"
73         ]
74       },
75       "source_files": "Sources/Core/Auth.swift"
76     }
77   ]