blob: cd8ce05a1ef48c384b0dbcc0fc314d6dccd286e3 [file] [log] [blame]
{
"name": "SwiftShell",
"version": "5.0.0",
"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.0"
},
"source_files": [
"Sources/SwiftShell/*.swift",
"Sources/SwiftShell/*/*.swift"
],
"platforms": {
"osx": "10.13",
"ios": "9.0"
}
}