[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 0 / f / 9 / RxFirebase / 0.3.8 / RxFirebase.podspec.json
blob2b50d4ee302321f23bb95a76cb1dff70e5c3dcb8
2   "name": "RxFirebase",
3   "version": "0.3.8",
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.8"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11",
21     "tvos": "10.0"
22   },
23   "static_framework": true,
24   "subspecs": [
25     {
26       "name": "Firestore",
27       "dependencies": {
28         "RxFirebaseFirestore": [
29           "~> 0.3"
30         ]
31       },
32       "source_files": "Sources/Core/Firestore.swift"
33     },
34     {
35       "name": "RemoteConfig",
36       "dependencies": {
37         "RxFirebaseRemoteConfig": [
38           "~> 0.3"
39         ]
40       },
41       "source_files": "Sources/Core/RemoteConfig.swift"
42     },
43     {
44       "name": "Database",
45       "dependencies": {
46         "RxFirebaseDatabase": [
47           "~> 0.3"
48         ]
49       },
50       "source_files": "Sources/Core/Database.swift"
51     },
52     {
53       "name": "Storage",
54       "dependencies": {
55         "RxFirebaseStorage": [
56           "~> 0.3"
57         ]
58       },
59       "source_files": "Sources/Core/Storage.swift"
60     },
61     {
62       "name": "Functions",
63       "dependencies": {
64         "RxFirebaseFunctions": [
65           "~> 0.3"
66         ]
67       },
68       "source_files": "Sources/Core/Functions.swift"
69     },
70     {
71       "name": "Auth",
72       "dependencies": {
73         "RxFirebaseAuthentication": [
74           "~> 0.3"
75         ]
76       },
77       "source_files": "Sources/Core/Auth.swift"
78     }
79   ]