[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 9 / b / WorkflowCombineTesting / 1.0.2 / WorkflowCombineTesting.podspec.json
blob9750e164cec3c5b29ed0e7f0cb0ce0d8bc67de16
2   "name": "WorkflowCombineTesting",
3   "version": "1.0.2",
4   "summary": "Infrastructure for Combined-powered Workers",
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.2"
11   },
12   "cocoapods_version": ">= 1.7.0",
13   "swift_versions": [
14     "5.1"
15   ],
16   "platforms": {
17     "ios": "13.0",
18     "osx": "10.15"
19   },
20   "source_files": "WorkflowCombine/Testing/**/*.swift",
21   "dependencies": {
22     "Workflow": [
23       "1.0.2"
24     ],
25     "WorkflowCombine": [
26       "1.0.2"
27     ],
28     "WorkflowTesting": [
29       "1.0.2"
30     ]
31   },
32   "frameworks": "XCTest",
33   "testspecs": [
34     {
35       "name": "WorkflowCombineTestingTests",
36       "test_type": "unit",
37       "requires_app_host": true,
38       "source_files": "WorkflowCombine/TestingTests/**/*.swift",
39       "frameworks": "XCTest",
40       "dependencies": {
41         "WorkflowTesting": [
43         ]
44       },
45       "libraries": "swiftos"
46     }
47   ],
48   "swift_version": "5.1"