[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 1 / a / CombineDisposeBag / 0.1.0 / CombineDisposeBag.podspec.json
bloba1f0f3786217d0c5566013812c6e661a42e034af
2   "name": "CombineDisposeBag",
3   "version": "0.1.0",
4   "summary": "Support RxSwift like DisposeBag in Combine.",
5   "description": "Combine misses a way to manage subscriptions. This pod adds CombineDisposeBag type that works exactly like RxSwift.",
6   "homepage": "https://github.com/bitomule/CombineDisposeBag",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bitomule": "bitomule@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bitomule/CombineDisposeBag.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/bitomule",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "Sources/Classes/**/*",
23   "frameworks": "Combine",
24   "deprecated": true