blob: 028d47d81ad012e1ebe91937fcd8bff681da907d [file] [log] [blame]
{
"name": "Shell",
"version": "1.0.1",
"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": "1.0.1"
},
"requires_arc": true,
"authors": "Tuist",
"platforms": {
"osx": "10.10"
},
"source_files": "Sources/Shell/**/*.{swift}",
"dependencies": {
"PathKit": [
"0.9.2"
],
"Result": [
"4.0.1"
]
}
}