blob: 3542bc9b9f4de735bd1ff5ef780f67f83255b7a6 [file] [log] [blame]
{
"name": "RxConveniences",
"version": "2.1.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.1.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"CollectiveSwift": [
"~> 2.1"
],
"RxCocoa": [
"~> 5.0"
],
"RxSwift": [
"~> 5.0"
]
},
"swift_version": "5.2"
}