blob: 79a29a98cc39d0cd8a06a52fb7485316f4ef281e [file] [log] [blame]
{
"name": "docopt",
"version": "0.6.2",
"summary": "Pythonic command line arguments parser, that will make you smile",
"homepage": "http://docopt.org",
"license": "MIT",
"authors": {
"Pavel Mazurin": "kovpas@gmail.com"
},
"platforms": {
"osx": "10.9"
},
"module_name": "Docopt",
"source": {
"git": "https://github.com/docopt/docopt.swift.git",
"tag": "0.6.2"
},
"source_files": "docopt/**/*.swift",
"requires_arc": true
}