blob: 2ae299753ba59d47a4aec38b8cebb8b0c7605973 [file] [log] [blame]
{
"name": "ShellOut",
"version": "1.1.0",
"summary": "Easily run shell commands from a Swift script or command line tool",
"description": "ShellOut is a simple package that enables you to easily “shell out” from a Swift script or command line tool.\n\nEven though you can accomplish most of the tasks you need to do in native Swift code, sometimes you need to invoke the power of the command line from a script or tool - and this is exactly what ShellOut makes so simple.",
"homepage": "https://github.com/JohnSundell/ShellOut",
"authors": "John Sundell",
"social_media_url": "http://twitter.com/JohnSundell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"osx": "10.12"
},
"source": {
"git": "https://github.com/JohnSundell/ShellOut.git",
"tag": "1.1.0"
},
"source_files": "Sources",
"pushed_with_swift_version": "3.0"
}