[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / b / 0 / 1 / RxConveniences / 1.0.1 / RxConveniences.podspec.json
blob7e815c409dd9f466bb6540ea720d2aa10f529adf
2   "name": "RxConveniences",
3   "version": "1.0.1",
4   "summary": "Small conveniences for writing concise, expressive RxSwift.",
5   "description": "RxConveniences provides a set of conveniences and utilities for making\npractical RxSwift/RxCocoa code a bit more concise and expressive.",
6   "homepage": "https://github.com/gpape/RxConveniences",
7   "license": "MIT",
8   "authors": "Greg Pape",
9   "platforms": {
10     "ios": "12.0"
11   },
12   "swift_versions": [
13     "5.1",
14     "5.2",
15     "5.2"
16   ],
17   "source": {
18     "git": "https://github.com/gpape/RxConveniences.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "Sources/**/*.swift",
22   "dependencies": {
23     "CollectiveSwift": [
24       "~> 2.1"
25     ],
26     "RxCocoa": [
27       "~> 5.0"
28     ],
29     "RxSwift": [
30       "~> 5.0"
31     ]
32   },
33   "swift_version": "5.2"