blob: 44e2ce5ea61d07d132b443611698dad9eb19ee07 [file] [log] [blame]
{
"name": "JVArgumentParser",
"version": "0.2.0",
"summary": "A simple command line argument parser.",
"description": " JVArgumentParser is a simple command line argument\n parser. It respects the POSIX and GNU command line\n conventions and has an easy yet versantile API.\n",
"homepage": "https://github.com/jvirtanen/JVArgumentParser",
"license": "MIT",
"authors": {
"Jussi Virtanen": "jussi.k.virtanen@gmail.com"
},
"source": {
"git": "https://github.com/jvirtanen/JVArgumentParser.git",
"tag": "v0.2.0"
},
"source_files": "JVArgumentParser/*.{h,m}",
"public_header_files": "JVArgumentParser/*.h",
"requires_arc": true
}