blob: d3186ec5c7476a4af0a39a9dd2d533171623ef79 [file] [log] [blame]
{
"name": "RxSwiftUtilities",
"version": "1.0.0",
"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"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxSwiftUtilities.git",
"tag": "1.0.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}