-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.json
More file actions
26 lines (26 loc) · 775 Bytes
/
metadata.json
File metadata and controls
26 lines (26 loc) · 775 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
{
"name": "apettinen-xcodeclitools",
"version": "0.1.0",
"author": "Antti Pettinen, IT-Services, Tampere University of Technology",
"summary": "Installs Xcode Command Line Tools",
"license": "Apache-2.0",
"source": "git@github.com:apettinen/puppet-xcodeclitools.git",
"project_page": "https://github.com/apettinen/puppet-xcodeclitools",
"issues_url": "antti.pettinen@tut.fi",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"},
{"name":"CFPropertyList gem","version_requirement":">=2.2.5"}
],
"operatingsystem_support": [
{
"operatingsystem": "macOS (Darwin)",
"operatingsystemrelease": [
"10.9",
"10.10",
"10.11",
"10.12"
]
}
],
"data_provider": null
}