blob: b8d119aa53ad4f4957cedd389ebb9880da2f1a2b [file] [log] [blame]
{
"name": "RxSwiftUtilities",
"version": "1.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"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxSwiftUtilities.git",
"tag": "1.0.1"
},
"source_files": "Source/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}