From c6cbec9c938f60e6be60912ce2c9438178167bac Mon Sep 17 00:00:00 2001 From: "Vinayak Sareen (sareenv)" Date: Wed, 14 Aug 2019 08:35:36 +0530 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 03710b6..3011062 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,19 @@ SVSwiper library uses core UIKit components and provides custom navigation acros [![Version](https://img.shields.io/cocoapods/v/SVSwiper.svg?style=flat)](https://cocoapods.org/pods/SVSwiper) + + + +## Installation + +SVSwiper is available through [CocoaPods](https://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'SVSwiper' +``` + + ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. @@ -63,14 +76,6 @@ extension ViewController: SVSwiperDelegate{ ``` -## Installation - -SVSwiper is available through [CocoaPods](https://cocoapods.org). To install -it, simply add the following line to your Podfile: - -```ruby -pod 'SVSwiper' -``` ## Author