[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 8 / d / b / ReSwiftThunk / 1.2.0 / ReSwiftThunk.podspec.json
blobdf6f14c0b21d5214cfe7fa0b61b65180b27cc572
2   "name": "ReSwiftThunk",
3   "version": "1.2.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_versions": [
20     "5.0",
21     "4.2",
22     "4.1",
23     "5.0"
24   ],
25   "source": {
26     "git": "https://github.com/ReSwift/ReSwift-Thunk.git",
27     "tag": "1.2.0"
28   },
29   "default_subspecs": "Core",
30   "dependencies": {
31     "ReSwift": [
32       "~> 5.0"
33     ]
34   },
35   "swift_version": "5.0",
36   "subspecs": [
37     {
38       "name": "Core",
39       "source_files": "ReSwift-Thunk"
40     },
41     {
42       "name": "ExpectThunk",
43       "platforms": {
44         "ios": "8.0",
45         "osx": "10.10",
46         "tvos": "9.0"
47       },
48       "dependencies": {
49         "ReSwiftThunk/Core": [
51         ]
52       },
53       "pod_target_xcconfig": {
54         "ENABLE_BITCODE": "NO"
55       },
56       "frameworks": "XCTest",
57       "source_files": "ReSwift-ThunkTests/ExpectThunk.swift"
58     }
59   ]