4 "summary": "Wrapper for NSTask used for running processes and shell commands on macOS.",
9 "description": "Everything related to creating processes and running shell commands on macOS.",
10 "homepage": "https://github.com/jamf/Subprocess",
12 "Cyrus Ingraham": "cyrus.ingraham@jamf.com"
15 "git": "https://github.com/jamf/Subprocess.git",
21 "swift_versions": "5.1",
22 "default_subspecs": "Core",
23 "pod_target_xcconfig": {
24 "OTHER_SWIFT_FLAGS": "-DCOCOA_PODS"
31 "Tests/UnitTests/*.swift"
43 "name": "SystemTests",
46 "Tests/SystemTests/*.swift"
58 "source_files": "Sources/Subprocess/*.swift"
62 "source_files": "Sources/SubprocessMocks/*.swift",
70 "swift_version": "5.1"