[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / d / 6 / ReRxSwift / 2.2.1 / ReRxSwift.podspec.json
blob7918fe6aa1ba4d4bf6913c0ee6b744b94451345d
2   "name": "ReRxSwift",
3   "version": "2.2.1",
4   "summary": "RxSwift bindings for ReSwift",
5   "description": "ReRxSwift: RxSwift bindings for ReSwift. Heavily inspired by\nreact-redux, this allows you to 'connect' your controllers and specify\nprops and actions that your controller depends on. The real state\nand actions are thus decoupled from the controller implementations.",
6   "homepage": "https://github.com/svdo/ReRxSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stefan van den Oord": "soord@mac.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/svdo/ReRxSwift.git",
19     "tag": "2.2.1"
20   },
21   "source_files": "ReRxSwift/*.swift",
22   "requires_arc": true,
23   "swift_versions": "5",
24   "dependencies": {
25     "ReSwift": [
26       "~> 5"
27     ],
28     "RxSwift": [
29       "~> 5"
30     ],
31     "RxCocoa": [
32       "~> 5"
33     ]
34   },
35   "swift_version": "5"