[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / d / b / ReSwiftThunk / 1.1.0 / ReSwiftThunk.podspec.json
blobe5dcb1cf0595f686f34832a58a38a45716b1c1bd
2   "name": "ReSwiftThunk",
3   "version": "1.1.0",
4   "summary": "Thunk middleware for ReSwift.",
5   "description": "ReSwift-Thunk allows you to write action creators that return a function instead of an action. Instead of dispatching an `Action` directly, you can dispatch a `Thunk` that creates an action at a later time, for example after a network request finishes.",
6   "homepage": "https://github.com/ReSwift/ReSwift-Thunk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "ReSwift",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "module_name": "ReSwiftThunk",
19   "swift_version": "4.2",
20   "source": {
21     "git": "https://github.com/ReSwift/ReSwift-Thunk.git",
22     "tag": "1.1.0"
23   },
24   "source_files": "ReSwift-Thunk",
25   "dependencies": {
26     "ReSwift": [
27       "~> 4.0"
28     ]
29   }