Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izeni-team/izeni-ios
https://github.com/izeni-team/izeni-ios
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/izeni-team/izeni-ios
- Owner: izeni-team
- License: mit
- Created: 2016-06-23T02:39:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T23:33:49.000Z (over 8 years ago)
- Last Synced: 2024-10-10T06:09:07.137Z (2 months ago)
- Language: Swift
- Size: 671 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.