[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / d / 6 / ReRxSwift / 1.1.0 / ReRxSwift.podspec.json
blobbb13bbd22599b59b8edca44606ac284b34f58c29
2   "name": "ReRxSwift",
3   "version": "1.1.0",
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": "1.1.0"
20   },
21   "source_files": "ReRxSwift/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "ReSwift": [
25       "~> 4.0"
26     ],
27     "RxSwift": [
28       "~> 4.0"
29     ],
30     "RxCocoa": [
31       "~> 4.0"
32     ]
33   },
34   "pushed_with_swift_version": "4.0"