| { |
| "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}" |
| } |