blob: 653a30506101f6105b62ab4deaca70877d548350 [file] [log] [blame]
{
"name": "ShellTesting",
"version": "1.0.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": "1.0.0"
},
"requires_arc": true,
"authors": "Tuist",
"platforms": {
"osx": "10.10"
},
"source_files": "Sources/ShellTesting/**/*.{swift}",
"dependencies": {
"Shell": [
"1.0.0"
],
"Result": [
"4.0.1"
]
}
}