[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / c / d / RxSmartBag / 1.0.1 / RxSmartBag.podspec.json
blob26d2200deda22e3158791cddc519ee445f356ac8
2   "name": "RxSmartBag",
3   "version": "1.0.1",
4   "summary": "An automatic dispose bag for Rx.",
5   "description": "A simple way to omit declararing DisposeBag in anywhere if the object inherit from NSObject.",
6   "homepage": "https://github.com/rinov/RxSmartBag",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rinov": "rinov@rinov.jp"
13   },
14   "source": {
15     "git": "https://github.com/rinov/RxSmartBag.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxSmartBag/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 3.0"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"