blob: 7e815c409dd9f466bb6540ea720d2aa10f529adf [file] [log] [blame]
{
"name": "RxConveniences",
"version": "1.0.1",
"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",
"5.2"
],
"source": {
"git": "https://github.com/gpape/RxConveniences.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"CollectiveSwift": [
"~> 2.1"
],
"RxCocoa": [
"~> 5.0"
],
"RxSwift": [
"~> 5.0"
]
},
"swift_version": "5.2"
}