[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 4 / f / Workflow / 0.10.0 / Workflow.podspec.json
blob0317edb6294eb8e40322b52d2da32c7cf22669dd
2   "name": "Workflow",
3   "version": "0.10.0",
4   "summary": "Reactive application architecture",
5   "homepage": "https://www.github.com/square/workflow",
6   "license": "Apache License, Version 2.0",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/workflow.git",
10     "tag": "v0.10.0"
11   },
12   "cocoapods_version": ">= 1.7.0.beta.1",
13   "swift_versions": [
14     "4.2"
15   ],
16   "platforms": {
17     "ios": "9.3"
18   },
19   "source_files": "swift/Workflow/Sources/*.swift",
20   "dependencies": {
21     "ReactiveSwift": [
22       "~> 5.0.0"
23     ],
24     "Result": [
26     ]
27   },
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "swift/Workflow/Tests/**/*.swift",
33       "frameworks": "XCTest"
34     }
35   ]