[Add] THEOplayer-Connector-Conviva 8.5.0
[CocoaPods.git] / Specs / b / 7 / 8 / RxFirebaseAuthentication / 0.3.6 / RxFirebaseAuthentication.podspec.json
blob8993f1d0c4799e7ece2a0c1f14f80403b91f3aa2
2   "name": "RxFirebaseAuthentication",
3   "version": "0.3.6",
4   "summary": "RxSwift extensions for FirebaseAuth.",
5   "description": "RxSwift extensions for FirebaseAuth.",
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.6"
17   },
18   "cocoapods_version": ">= 1.4.0",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "10.0"
23   },
24   "static_framework": true,
25   "dependencies": {
26     "RxSwift": [
27       "~> 4"
28     ],
29     "RxCocoa": [
30       "~> 4"
31     ],
32     "FirebaseAuth": [
33       "~> 5"
34     ],
35     "FirebaseCore": [
36       "~> 5"
37     ]
38   },
39   "source_files": "Sources/Auth/**/*"