[Add] MoneyKit 1.8.3
[CocoaPods.git] / Specs / c / d / 4 / RxConnect / 0.1.0 / RxConnect.podspec.json
blob9c657c4b0bbc861dcdf01067f9c2f8e986928cc1
2   "name": "RxConnect",
3   "version": "0.1.0",
4   "summary": "Extension on RxSwift library, that makes binding code much cleaner",
5   "description": "RxConnect offers to you a connect closure as a way to deal with disposing your subscriptions",
6   "homepage": "https://github.com/lolsmh/RxConnect",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniil": "setterinsweater@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10",
17     "watchos": "3.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/lolsmh/RxConnect.git",
22     "tag": "0.1.0-beta"
23   },
24   "source_files": "Sources/**/*.{swift}",
25   "dependencies": {
26     "RxSwift": [
27       "~> 6.0"
28     ],
29     "RxCocoa": [
30       "~> 6.0"
31     ],
32     "NSObject+Rx": [
34     ]
35   },
36   "swift_versions": "5.0",
37   "swift_version": "5.0"