[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / f / Subprocess / 1.0.1 / Subprocess.podspec.json
blobd40c149027ede2b1c09c741e01e9e0c3804bcd53
2   "name": "Subprocess",
3   "version": "1.0.1",
4   "summary": "Wrapper for NSTask used for running processes and shell commands on macOS.",
5   "license": {
6     "type": "MIT",
7     "text": ""
8   },
9   "description": "Everything related to creating processes and running shell commands on macOS.",
10   "homepage": "https://github.com/jamf/Subprocess",
11   "authors": {
12     "Cyrus Ingraham": "cyrus.ingraham@jamf.com"
13   },
14   "source": {
15     "git": "https://github.com/jamf/Subprocess.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "osx": "10.12"
20   },
21   "swift_versions": "5.1",
22   "default_subspecs": "Core",
23   "pod_target_xcconfig": {
24     "OTHER_SWIFT_FLAGS": "-DCOCOA_PODS"
25   },
26   "testspecs": [
27     {
28       "name": "UnitTests",
29       "test_type": "unit",
30       "source_files": [
31         "Tests/UnitTests/*.swift"
32       ],
33       "dependencies": {
34         "Subprocess/Core": [
36         ],
37         "Subprocess/Mocks": [
39         ]
40       }
41     },
42     {
43       "name": "SystemTests",
44       "test_type": "unit",
45       "source_files": [
46         "Tests/SystemTests/*.swift"
47       ],
48       "dependencies": {
49         "Subprocess/Core": [
51         ]
52       }
53     }
54   ],
55   "subspecs": [
56     {
57       "name": "Core",
58       "source_files": "Sources/Subprocess/*.swift"
59     },
60     {
61       "name": "Mocks",
62       "source_files": "Sources/SubprocessMocks/*.swift",
63       "dependencies": {
64         "Subprocess/Core": [
66         ]
67       }
68     }
69   ],
70   "swift_version": "5.1"