blob: 58c4436a62faf0c7bb022c210deb90adb3fdaa0a [file] [log] [blame]
{
"name": "JVArgumentParser",
"version": "0.1.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.1.0"
},
"source_files": "JVArgumentParser/*.{h,m}",
"public_header_files": "JVArgumentParser/*.h",
"requires_arc": true
}