[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 7 / 8 / RxFirebaseAuthentication / 0.3.4 / RxFirebaseAuthentication.podspec.json
blobd44f34a8296ae80a396f8491bd8baa712a229239
2   "name": "RxFirebaseAuthentication",
3   "version": "0.3.4",
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.4"
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/**/*"