blob: f8d54fd880be42e42b81f82aee379061dd266fdc [file] [log] [blame]
{
"name": "SwiftCLI",
"version": "5.2.0",
"summary": "A powerful framework that can be used to develop a CLI in Swift",
"description": "A powerful framework that can be used to develop a CLI, from the simplest to the most complex, in Swift.",
"homepage": "https://github.com/jakeheis/SwiftCLI",
"license": "MIT",
"authors": {
"Jake Heiser": "email@address.com"
},
"source": {
"git": "https://github.com/jakeheis/SwiftCLI.git",
"tag": "5.2.0"
},
"platforms": {
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"swift_version": "4.2.1"
}