[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 1 / 4 / RxFirebaseAuth / 2.0 / RxFirebaseAuth.podspec.json
blob3ae78486c4fdbff63784a0d33a6aa84cd6f824fa
2   "name": "RxFirebaseAuth",
3   "version": "2.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": "2.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": [
22       "~> 5.0"
23     ],
24     "RxSwift": [
25       "~> 4.0"
26     ]
27   }