blob: 7bf343ce970e3773e1b7e792919c6cf0447bf48a [file] [log] [blame]
{
"name": "RxSwiftUtilities",
"version": "2.0.1",
"summary": "Helpful classes and extensions for RxSwift",
"description": "Helpful classes and extensions for RxSwift which don't belong in RxSwift core.",
"homepage": "https://github.com/RxSwiftCommunity/RxSwiftUtilities",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Jesse Farless": "solidcell@gmail.com"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxSwiftUtilities.git",
"tag": "2.0.1"
},
"source_files": "Source/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}