blob: bec1bb5f4394f053317fab0dd2ab467027605d8c [file] [log] [blame]
{
"name": "Shell",
"version": "0.2.0",
"summary": "Shell is a ยต-library written Swift to run system commands",
"homepage": "https://github.com/tuist/shell",
"social_media_url": "https://twitter.com/pepibumur",
"license": "MIT",
"source": {
"git": "https://github.com/tuist/shell.git",
"tag": "0.2.0"
},
"requires_arc": true,
"authors": "Tuist",
"platforms": {
"osx": "10.10"
},
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"PathKit": [
"0.9.2"
]
}
}