blob: 221a7c4e575deaf9d7b40f9da09d72bda2d858d6 [file] [log] [blame]
{
"name": "SwiftShell",
"version": "5.1.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.1.0"
},
"source_files": [
"Sources/SwiftShell/*.swift",
"Sources/SwiftShell/*/*.swift"
],
"platforms": {
"osx": "10.11"
}
}