From 7cf10463889b1efd2d63b3fb7260155619e03f80 Mon Sep 17 00:00:00 2001 From: Terence Chen Date: Sat, 2 Apr 2016 17:47:12 -0400 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fa29ce5..0a55dd0 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,20 @@ Please note that the gif is not from the sample project. ### Installation Install using one of the following options: + 1. Download the source from "Source" folder and drag into your project. 2. Using [CocoaPods](http://cocoapods.org) -Swift -```ruby -pod 'ASHorizontalScrollView', '~> 1.1' -``` + Swift + ```ruby + pod 'ASHorizontalScrollView', '~> 1.1' + ``` + + Objective-C + ```ruby + pod 'ASHorizontalScrollViewForObjectiveC', '~> 1.1' + ``` -Objective-C -```ruby -pod 'ASHorizontalScrollViewForObjectiveC', '~> 1.1' -``` 3. Using [Carthage](https://github.com/Carthage/Carthage) Swift