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",
26 "git": "https://github.com/ReSwift/ReSwift-Thunk.git",
29 "default_subspecs": "Core",
35 "swift_version": "5.0",
39 "source_files": "ReSwift-Thunk"
42 "name": "ExpectThunk",
49 "ReSwiftThunk/Core": [
53 "pod_target_xcconfig": {
54 "ENABLE_BITCODE": "NO"
56 "frameworks": "XCTest",
57 "source_files": "ReSwift-ThunkTests/ExpectThunk.swift"