[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 9 / b / WorkflowCombineTesting / 3.6.0 / WorkflowCombineTesting.podspec.json
blob9172c07a171389fbecb34ff28c8d76d0f911d7dd
2   "name": "WorkflowCombineTesting",
3   "version": "3.6.0",
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": "v3.6.0"
11   },
12   "cocoapods_version": ">= 1.7.0",
13   "swift_versions": [
14     "5.7"
15   ],
16   "platforms": {
17     "ios": "14.0",
18     "osx": "10.15"
19   },
20   "source_files": "WorkflowCombine/Testing/**/*.swift",
21   "dependencies": {
22     "Workflow": [
23       "3.6.0"
24     ],
25     "WorkflowCombine": [
26       "3.6.0"
27     ],
28     "WorkflowTesting": [
29       "3.6.0"
30     ]
31   },
32   "frameworks": "XCTest",
33   "pod_target_xcconfig": {
34     "APPLICATION_EXTENSION_API_ONLY": "YES"
35   },
36   "testspecs": [
37     {
38       "name": "WorkflowCombineTestingTests",
39       "test_type": "unit",
40       "requires_app_host": true,
41       "source_files": "WorkflowCombine/TestingTests/**/*.swift",
42       "frameworks": "XCTest",
43       "dependencies": {
44         "WorkflowTesting": [
46         ]
47       },
48       "libraries": "swiftos",
49       "pod_target_xcconfig": {
50         "APPLICATION_EXTENSION_API_ONLY": "NO"
51       }
52     }
53   ],
54   "swift_version": "5.7"