blob: add9190ccdf4db6ac6a26522f8c4a44fb6144ae5 [file] [log] [blame]
{
"name": "ShellTesting",
"version": "1.2.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.2.1"
},
"requires_arc": true,
"authors": "Tuist",
"platforms": {
"osx": "10.10"
},
"source_files": "Sources/ShellTesting/**/*.{swift}",
"dependencies": {
"Shell": [
"1.2.1"
],
"Result": [
"4.1.0"
]
}
}