blob: a26ca6120df239e685c0fde3a2067e176512a0d7 [file] [log] [blame]
{
"name": "RxSmartBag",
"version": "2.0.0",
"summary": "A useful dispose bag for RxSwift.",
"description": "A simple way to omit declararing DisposeBag.",
"homepage": "https://github.com/rinov/RxSmartBag",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rinov": "rinov@rinov.jp"
},
"source": {
"git": "https://github.com/rinov/RxSmartBag.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxSmartBag/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}