[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 7 / 9 / RxSwiftKid / 1.1.0 / RxSwiftKid.podspec.json
blob34967c928f22222c02ec1444bad67cca9433e89a
2   "name": "RxSwiftKid",
3   "version": "1.1.0",
4   "summary": "RxSwift operators not found in the core distribtion",
5   "description": "A collection of operators for RxSwift adding commonly requested operations not found in the core distribution\n  of RxSwift.",
6   "homepage": "https://github.com/ssankosik/RxSwiftKid",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ssankosik": "https://github.com/ssankosik/RxSwiftKid"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/ssankosik/RxSwiftKid.git",
20     "tag": "1.1.0"
21   },
22   "source_files": "RxSwiftKid/Source/**/*.{swift}",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "RxSwiftExt": [
26       "~> 6.0.1"
27     ]
28   },
29   "swift_version": "5.0"