[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / b / ReSwiftThunk / 2.0.1 / ReSwiftThunk.podspec.json
blob43731fff46212fcd5a5269c3a7470134a21e75c0
2   "name": "ReSwiftThunk",
3   "version": "2.0.1",
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": "9.0",
14     "osx": "10.10",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "module_name": "ReSwiftThunk",
19   "swift_versions": [
20     "5.2",
21     "5.0",
22     "4.2"
23   ],
24   "source": {
25     "git": "https://github.com/ReSwift/ReSwift-Thunk.git",
26     "tag": "2.0.1"
27   },
28   "default_subspecs": "Core",
29   "dependencies": {
30     "ReSwift": [
31       "~> 6.0"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "ReSwift-Thunk"
38     },
39     {
40       "name": "ExpectThunk",
41       "platforms": {
42         "ios": "9.0",
43         "osx": "10.10",
44         "tvos": "9.0"
45       },
46       "dependencies": {
47         "ReSwiftThunk/Core": [
49         ]
50       },
51       "pod_target_xcconfig": {
52         "ENABLE_BITCODE": "NO"
53       },
54       "frameworks": "XCTest",
55       "source_files": "ReSwift-ThunkTests/ExpectThunk.swift"
56     }
57   ],
58   "swift_version": "5.2"