blob: fcc81f2290e381902547a61550ebe3a8560945fb [file] [log] [blame]
{
"name": "Commandant",
"version": "0.16.0",
"summary": "Type-safe command line argument handling",
"description": "Commandant is a Swift framework for parsing command-line arguments, inspired by Argo\n(which is, in turn, inspired by the Haskell library Aeson).",
"homepage": "https://github.com/Carthage/Commandant",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Carthage contributors": "https://github.com/Carthage/Commandant/graphs/contributors"
},
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/Carthage/Commandant.git",
"tag": "0.16.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Result": [
"~> 4.0"
]
},
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.2"
}