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",
25 "git": "https://github.com/ReSwift/ReSwift-Thunk.git",
28 "default_subspecs": "Core",
37 "source_files": "ReSwift-Thunk"
40 "name": "ExpectThunk",
47 "ReSwiftThunk/Core": [
51 "pod_target_xcconfig": {
52 "ENABLE_BITCODE": "NO"
54 "frameworks": "XCTest",
55 "source_files": "ReSwift-ThunkTests/ExpectThunk.swift"
58 "swift_version": "5.2"