Electrode-iOS / ELCLI

(DEPRECATED) Parse command lines in Swift!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ELCLI

A framework for parsing command lines in Swift.

Requirements

ELCLI requires Swift 2.1, Xcode 7.2 and depends on ELFoundation.framework.

Electrode-iOS frameworks are designed to live side-by-side in the file system, like so:

  • \MyProject
  • \MyProject\ELFoundation

Installation

Install by adding ELCLI.xcodeproj to your project and configuring your target to link ELCLI.framework.

Usage

TODO

About

(DEPRECATED) Parse command lines in Swift!

License:MIT License


Languages

Language:Swift 97.6%Language:Objective-C 2.4%