2 "name": "ReSwiftThunk",
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",
18 "module_name": "ReSwiftThunk",
19 "swift_version": "4.2",
21 "git": "https://github.com/ReSwift/ReSwift-Thunk.git",
24 "source_files": "ReSwift-Thunk",