Skip to content

Commit

Permalink
moved stuff up one
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor-Allred committed Sep 16, 2016
1 parent 1e1192f commit 6dff3d5
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# IZPageController
A simple alternative to UIPageController.

For an example, download and run the provided project.
[![CI Status](http://img.shields.io/travis/Taylor/IZPageController.svg?style=flat)](https://travis-ci.org/Taylor/IZPageController)
[![Version](https://img.shields.io/cocoapods/v/IZPageController.svg?style=flat)](http://cocoapods.org/pods/IZPageController)
[![License](https://img.shields.io/cocoapods/l/IZPageController.svg?style=flat)](http://cocoapods.org/pods/IZPageController)
[![Platform](https://img.shields.io/cocoapods/p/IZPageController.svg?style=flat)](http://cocoapods.org/pods/IZPageController)

TODO:
- Add usage instructions to this README
- Add support for Cocoapods and Carthage
- Add comments, polish to code
## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

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

```ruby
pod "IZPageController"
```

## Author

Taylor, tallred@izeni.com

## License

IZPageController is available under the MIT license. See the LICENSE file for more info.

0 comments on commit 6dff3d5

Please sign in to comment.