Skip to content

izeni-team/izeni-ios

Repository files navigation

Izeni's Common iOS Code http://www.izeni.com/

CI Status Version License Platform

Usage

This project contains several miscellaneous utilities.

Requirements

Installation

ios-pod-test is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Izeni', :git => 'https://dev.izeni.net/izeni/izcommon.git'

If you wish to co-develop this pod with your project, add this line to your Podfile instead of the one above:

pod 'Izeni', :path => '~/path/to/this/project'

Be sure that your Podfile has the following line too:

use_frameworks!

Or via Carthage:

github "izeni-team/izeni-ios" ~> 0.9

Credits

Bryan Henderson, Thane Brimhall, Jacob Ovard, Taylor Allred, Skyler Smith, Matthew Bailey, Mitchell Tenney

License

Izeni's Common iOS Code is available under the MIT license. See the LICENSE file for more info.