2 "name": "WorkflowReactiveSwiftTesting",
4 "summary": "Infrastructure for Workflow-powered Swift",
5 "homepage": "https://www.github.com/square/workflow-swift",
6 "license": "Apache License, Version 2.0",
9 "git": "https://github.com/square/workflow-swift.git",
12 "cocoapods_version": ">= 1.7.0",
20 "source_files": "WorkflowReactiveSwift/Testing/**/*.swift",
25 "WorkflowReactiveSwift": [
32 "frameworks": "XCTest",
33 "pod_target_xcconfig": {
34 "APPLICATION_EXTENSION_API_ONLY": "YES"
38 "name": "WorkflowReactiveSwiftTestingTests",
40 "requires_app_host": true,
41 "source_files": "WorkflowReactiveSwift/TestingTests/**/*.swift",
42 "frameworks": "XCTest",
43 "libraries": "swiftos",
49 "pod_target_xcconfig": {
50 "APPLICATION_EXTENSION_API_ONLY": "NO"
54 "swift_version": "5.7"