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