[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 1 / b / 7 / WorkflowReactiveSwiftTesting / 2.5.0 / WorkflowReactiveSwiftTesting.podspec.json
blob57597eb38de8797d72b91ce6fa38ec03121aaa4d
2   "name": "WorkflowReactiveSwiftTesting",
3   "version": "2.5.0",
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": "v2.5.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": "WorkflowReactiveSwift/Testing/**/*.swift",
21   "dependencies": {
22     "Workflow": [
23       "2.5.0"
24     ],
25     "WorkflowReactiveSwift": [
26       "2.5.0"
27     ],
28     "WorkflowTesting": [
29       "2.5.0"
30     ]
31   },
32   "frameworks": "XCTest",
33   "pod_target_xcconfig": {
34     "APPLICATION_EXTENSION_API_ONLY": "YES"
35   },
36   "testspecs": [
37     {
38       "name": "WorkflowReactiveSwiftTestingTests",
39       "test_type": "unit",
40       "requires_app_host": true,
41       "source_files": "WorkflowReactiveSwift/TestingTests/**/*.swift",
42       "frameworks": "XCTest",
43       "libraries": "swiftos",
44       "dependencies": {
45         "WorkflowTesting": [
47         ]
48       },
49       "pod_target_xcconfig": {
50         "APPLICATION_EXTENSION_API_ONLY": "NO"
51       }
52     }
53   ],
54   "swift_version": "5.7"