Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terenceLuffy committed Apr 2, 2016
1 parent b5c6582 commit 7cf1046
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cf1046

Please sign in to comment.