Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Berdikhan committed Jan 9, 2019
1 parent f4e54fa commit ba31363
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# FPageControl

[![CI Status](https://img.shields.io/travis/Berdikhan/FPageControl.svg?style=flat)](https://travis-ci.org/Berdikhan/FPageControl)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](https://img.shields.io/cocoapods/v/FPageControl.svg?style=flat)](https://cocoapods.org/pods/FPageControl)
[![License](https://img.shields.io/cocoapods/l/FPageControl.svg?style=flat)](https://cocoapods.org/pods/FPageControl)
[![Platform](https://img.shields.io/cocoapods/p/FPageControl.svg?style=flat)](https://cocoapods.org/pods/FPageControl)
[![Platform](https://img.shields.io/cocoapods/p/FPageControl?style=flat)](https://cocoapods.org/pods/FPageControl)

<img src="https://github.com/Berdikhan/FPageControl/blob/master/screenshot_simulator.gif"/>&nbsp;
<img src="https://github.com/Berdikhan/FPageControl/blob/master/screenshot_xcode.gif"/>

## Example

Expand All @@ -13,12 +16,25 @@ To run the example project, clone the repo, and run `pod install` from the Examp

## Installation

#### CocoaPods

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

```ruby
pod 'FPageControl'
```
#### Carthage

Add the following entry to your `Cartfile`:

```
github "Berdikhan/FPageControl"
```

Then run `carthage update`.

If this is your first time using Carthage in the project, you'll need to go through some additional steps as explained [over at Carthage](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application).

## Author

Expand Down
Binary file added screenshot_simulator.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot_xcode.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba31363

Please sign in to comment.