[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / b / 7 / WorkflowReactiveSwiftTesting / 1.0.0-alpha.2 / WorkflowReactiveSwiftTesting.podspec.json
blobe369b985332ddc69db6f377c68215c753fd83714
2   "name": "WorkflowReactiveSwiftTesting",
3   "version": "1.0.0-alpha.2",
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.2"
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.2"
24     ],
25     "WorkflowReactiveSwift": [
26       "1.0.0-alpha.2"
27     ],
28     "WorkflowTesting": [
29       "1.0.0-alpha.2"
30     ],
31     "ReactiveSwift": [
33     ]
34   },
35   "frameworks": "XCTest",
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       "dependencies": {
44         "WorkflowTesting": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.0"