[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / 4 / RxFirebaseAuth / 2.2 / RxFirebaseAuth.podspec.json
blob31b89c82315fb13c1832dcb13bdfeb6651b4f27d
2   "name": "RxFirebaseAuth",
3   "version": "2.2",
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.2"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/**/*",
19   "static_framework": true,
20   "swift_versions": "5.0",
21   "dependencies": {
22     "Firebase/Auth": [
23       "~> 5.0"
24     ],
25     "RxSwift": [
26       "~> 4.0"
27     ]
28   }