[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / e / 2 / WorkflowReactiveSwift / 1.0.0-alpha.6 / WorkflowReactiveSwift.podspec.json
blob19624d3174b6aa2ff54b4390833dc8040411702d
2   "name": "WorkflowReactiveSwift",
3   "version": "1.0.0-alpha.6",
4   "summary": "Infrastructure for Workflow-powered Swift",
5   "homepage": "https://www.github.com/square/workflow-swift",
6   "license": "Apache License, Version 2.0",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/workflow-swift.git",
10     "tag": "v1.0.0-alpha.6"
11   },
12   "cocoapods_version": ">= 1.7.0",
13   "swift_versions": [
14     "5.0"
15   ],
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12"
19   },
20   "source_files": "WorkflowReactiveSwift/Sources/**/*.swift",
21   "dependencies": {
22     "Workflow": [
23       "1.0.0-alpha.6"
24     ],
25     "ReactiveSwift": [
26       "~> 6.3.0"
27     ]
28   },
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "WorkflowReactiveSwift/Tests/**/*.swift",
34       "frameworks": "XCTest",
35       "libraries": "swiftos",
36       "dependencies": {
37         "WorkflowTesting": [
38           "1.0.0-alpha.6"
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.0"