blob: a1f0f3786217d0c5566013812c6e661a42e034af [file] [log] [blame]
{
"name": "CombineDisposeBag",
"version": "0.1.0",
"summary": "Support RxSwift like DisposeBag in Combine.",
"description": "Combine misses a way to manage subscriptions. This pod adds CombineDisposeBag type that works exactly like RxSwift.",
"homepage": "https://github.com/bitomule/CombineDisposeBag",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bitomule": "bitomule@gmail.com"
},
"source": {
"git": "https://github.com/bitomule/CombineDisposeBag.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/bitomule",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/Classes/**/*",
"frameworks": "Combine",
"deprecated": true
}