[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / b / 0 / 1 / RxConveniences / 2.1.0 / RxConveniences.podspec.json
blob3542bc9b9f4de735bd1ff5ef780f67f83255b7a6
2   "name": "RxConveniences",
3   "version": "2.1.0",
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   ],
16   "source": {
17     "git": "https://github.com/gpape/RxConveniences.git",
18     "tag": "2.1.0"
19   },
20   "source_files": "Sources/**/*.swift",
21   "dependencies": {
22     "CollectiveSwift": [
23       "~> 2.1"
24     ],
25     "RxCocoa": [
26       "~> 5.0"
27     ],
28     "RxSwift": [
29       "~> 5.0"
30     ]
31   },
32   "swift_version": "5.2"