blob: cae2597d2079754f45225326d81b3ed1fce352b2 [file] [log] [blame]
{
"name": "Swiftline",
"version": "0.5.0",
"summary": "Swiftline is a set of tools to help you create command line applications",
"description": "Swiftline can be divided to three main parts:\n\n- Colorize; Helps adding colors to strings written to the terminal\n- Ask, Choose and agree; Easily create prompt for asking the user more info\n- Runner; A quick way to run an external command and read its standard output and standard error.",
"homepage": "https://github.com/oarrabi/Swiftline",
"license": "MIT",
"authors": {
"Omar Abdelhafith": "o.arrabi@me.com"
},
"source": {
"git": "https://github.com/oarrabi/Swiftline.git",
"tag": "0.5.0"
},
"platforms": {
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Source/**/*",
"pushed_with_swift_version": "3.0"
}