blob: 87359c2bf2e68afe24162df47d2d8a35578d4ea3 [file] [log] [blame]
{
"name": "BRLOptionParser",
"version": "0.3.0",
"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\n uses tried-and-true getopt(3), getopt_long(3), and getopt_long_only(3) to\n parse command line options and arguments.\n",
"homepage": "https://github.com/barrelage/BRLOptionParser",
"authors": {
"Stephen Celis": "stephen@stephencelis.com"
},
"source": {
"git": "https://github.com/barrelage/BRLOptionParser.git",
"tag": "v0.3.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.7"
},
"source_files": "BRLOptionParser/*.{h,m}"
}