An open API service indexing awesome lists of open source software.

https://github.com/jvirtanen/jvargumentparser

Simple Objective-C library for parsing command line arguments
https://github.com/jvirtanen/jvargumentparser

objective-c parser

Last synced: 11 months ago
JSON representation

Simple Objective-C library for parsing command line arguments

Awesome Lists containing this project

README

          

JVArgumentParser
================

JVArgumentParser is a simple Objective-C library for parsing command line
arguments. It respects the POSIX and GNU command line conventions and has
an easy yet versatile API.

Installation
------------

Install using [CocoaPods][]:

pod "JVArgumentParser", "~> 0.2.0"

[CocoaPods]: http://cocoapods.org/

License
-------

JVArgumentParser is released under the MIT License. See `LICENSE` for details.