blob: d43e9953f6d9155736a0803dcb72d7c27d2953fe [file] [log] [blame]
{
"name": "RxConveniences",
"version": "2.0.0",
"summary": "Small conveniences for writing concise, expressive RxSwift.",
"description": "RxConveniences provides a set of conveniences and utilities for making\npractical RxSwift/RxCocoa code a bit more concise and expressive.",
"homepage": "https://github.com/gpape/RxConveniences",
"license": "MIT",
"authors": "Greg Pape",
"platforms": {
"ios": "12.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/gpape/RxConveniences.git",
"tag": "2.0.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"CollectiveSwift": [
"~> 2.1"
],
"RxCocoa": [
"~> 5.0"
],
"RxSwift": [
"~> 5.0"
]
},
"swift_version": "5.2"
}