blob: 79e3ee55bf3372c197f2d9d4408b9d976827ef43 [file] [log] [blame]
{
"name": "Commandant",
"version": "0.17.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.17.0"
},
"source_files": "Sources/**/*.swift",
"cocoapods_version": ">= 1.4.0",
"swift_version": "5.0"
}