[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / b / WorkflowCombineTesting / 1.3.0 / WorkflowCombineTesting.podspec.json
blobbcee48ea56702c00f999807fa31caa7eb78e5715
2   "name": "WorkflowCombineTesting",
3   "version": "1.3.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": "v1.3.0"
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.3.0"
24     ],
25     "WorkflowCombine": [
26       "1.3.0"
27     ],
28     "WorkflowTesting": [
29       "1.3.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     }
50   ],
51   "swift_version": "5.1"