[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 1 / b / 7 / WorkflowReactiveSwiftTesting / 1.0.0-alpha.4 / WorkflowReactiveSwiftTesting.podspec.json
blobb5f1631b329e2871c962ed572c9f966098127802
2   "name": "WorkflowReactiveSwiftTesting",
3   "version": "1.0.0-alpha.4",
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.4"
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/Testing/**/*.swift",
21   "dependencies": {
22     "Workflow": [
23       "1.0.0-alpha.4"
24     ],
25     "WorkflowReactiveSwift": [
26       "1.0.0-alpha.4"
27     ],
28     "WorkflowTesting": [
29       "1.0.0-alpha.4"
30     ]
31   },
32   "frameworks": "XCTest",
33   "testspecs": [
34     {
35       "name": "WorkflowReactiveSwiftTestingTests",
36       "test_type": "unit",
37       "requires_app_host": true,
38       "source_files": "WorkflowReactiveSwift/TestingTests/**/*.swift",
39       "frameworks": "XCTest",
40       "libraries": "swiftos",
41       "dependencies": {
42         "WorkflowTesting": [
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.0"