blob: 26d2200deda22e3158791cddc519ee445f356ac8 [file] [log] [blame]
{
"name": "RxSmartBag",
"version": "1.0.1",
"summary": "An automatic dispose bag for Rx.",
"description": "A simple way to omit declararing DisposeBag in anywhere if the object inherit from NSObject.",
"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": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxSmartBag/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}