blob: a2a13371521e367a6acb0fa33669b0ecf1cc7b07 [file] [log] [blame]
{
"name": "SwiftShell",
"version": "5.0.1",
"summary": "A Swift framework for shell scripting.",
"description": "SwiftShell is a library for creating command-line applications and running shell commands in Swift.",
"homepage": "https://github.com/kareman/SwiftShell",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Kare Morstol": "kare@nottoobadsoftware.com"
},
"source": {
"git": "https://github.com/kareman/SwiftShell.git",
"tag": "5.0.1"
},
"source_files": [
"Sources/SwiftShell/*.swift",
"Sources/SwiftShell/*/*.swift"
],
"platforms": {
"osx": "10.11",
"ios": "9.0"
}
}