[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 1 / 4 / RxFirebaseAuth / 0.1.0 / RxFirebaseAuth.podspec.json
blobbf049ee84ccf6829866b8724fa53dc6f6537e115
2   "name": "RxFirebaseAuth",
3   "version": "0.1.0",
4   "summary": "Combination of RxSwift and Firebase/Auth",
5   "homepage": "https://github.com/sgr-ksmt/RxFirebaseAuth",
6   "license": "MIT",
7   "authors": {
8     "Suguru Kishimoto": "melodydance.k.s@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/sgr-ksmt/RxFirebaseAuth.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/**/*",
19   "static_framework": true,
20   "dependencies": {
21     "Firebase/Auth": [
23     ],
24     "RxSwift": [
25       "~> 4.0"
26     ]
27   }