blob: 212d92b9d2500baa1dbaf867f830ebd9068bf375 [file] [log] [blame]
{
"name": "SwiftCLI",
"version": "5.2.1",
"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.1"
},
"platforms": {
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"swift_version": "4.2.1"
}