forked from apettinen/puppet-xcodeclitools
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
35 lines (34 loc) · 831 Bytes
/
metadata.json
File metadata and controls
35 lines (34 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "call-xcode_cli_tools",
"version": "0.0.33",
"author": "Brian Call",
"summary": "Installs Xcode Command Line Tools",
"license": "Apache-2.0",
"source": "git@github.com:call/call-xcode_cli_tools.git",
"project_page": "https://github.com/call/call-xcode_cli_tools",
"issues_url": "https://github.com/call/call-xcode_cli_tools/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "Darwin",
"operatingsystemrelease": [
"10.9",
"10.10",
"10.11",
"10.12",
"10.13",
"10.14"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 7.0.0"
}
],
"pdk-version": "1.18.1",
"template-url": "pdk-default#1.18.1",
"template-ref": "tags/1.18.1-0-g3d2e75c"
}