Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/izeni-team/izeni-ios


https://github.com/izeni-team/izeni-ios

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

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

[![CI Status](http://img.shields.io/travis/[email protected]/ios-pod-test.svg?style=flat)](https://travis-ci.org/[email protected]/ios-pod-test)
[![Version](https://img.shields.io/cocoapods/v/ios-pod-test.svg?style=flat)](http://cocoapods.org/pods/ios-pod-test)
[![License](https://img.shields.io/cocoapods/l/ios-pod-test.svg?style=flat)](http://cocoapods.org/pods/ios-pod-test)
[![Platform](https://img.shields.io/cocoapods/p/ios-pod-test.svg?style=flat)](http://cocoapods.org/pods/ios-pod-test)

## Usage

This project contains several miscellaneous utilities.

## Requirements

## Installation

ios-pod-test is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
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:

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

Be sure that your Podfile has the following line too:

```ruby
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.