blob: 65554f50a24e443e8989b884177c771621f68434 [file] [log] [blame]
{
"name": "BRLOptionParser",
"version": "0.3.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A short wrapper for getopt_long(3).",
"description": "BRLOptionParser provides a simple interface for writing CLIs for OS X. It\nuses tried-and-true getopt(3), getopt_long(3), and getopt_long_only(3) to\nparse command line options and arguments.",
"homepage": "https://github.com/stephencelis/BRLOptionParser",
"authors": {
"Stephen Celis": "stephen@stephencelis.com"
},
"source": {
"git": "https://github.com/stephencelis/BRLOptionParser.git",
"tag": "v0.3.1"
},
"requires_arc": true,
"platforms": {
"osx": "10.7"
},
"source_files": "BRLOptionParser/*.{h,m}"
}