2 "name": "ViewEnvironmentUI",
4 "summary": "Provides a way to propagate a ViewEnvironment through an imperative hierarchy",
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": "ViewEnvironmentUI/Sources/**/*.swift",
26 "pod_target_xcconfig": {
27 "APPLICATION_EXTENSION_API_ONLY": "YES"
33 "source_files": "ViewEnvironmentUI/Tests/**/*.swift",
34 "frameworks": "XCTest",
35 "libraries": "swiftos",
36 "requires_app_host": true,
37 "pod_target_xcconfig": {
38 "APPLICATION_EXTENSION_API_ONLY": "NO"
42 "swift_version": "5.7"