Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lilfaf committed Jan 20, 2016
1 parent 9c85538 commit 9c15fbd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## YTVimeoExtractor

[![Build Status](https://travis-ci.org/lilfaf/YTVimeoExtractor.svg?branch=master)](https://travis-ci.org/lilfaf/YTVimeoExtractor)

[![Carthage
compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Expand All @@ -23,7 +22,9 @@ YTVimeoExtractor extracts the MP4 streams of Vimeo videos, which then can be use
|`YTVimeoURLParser` | `YTVimeoURLParser` is used to validate and parse put Vimeo URLs. The sole purpose of the class is to check if a given URL can be handled by the `YTVimeoExtractor` class.|
|`YTVimeoVideo`| `YTVimeoVideo` represents a Vimeo video. Use this class to access information about a particular video. Generally, you should not initialize this class, instead use the two main methods of the `YTVimeoExtractor` class.|

## Installation with CocoaPods
## Installation

### CocoaPods

The preferred way of installation is via [CocoaPods](http://cocoapods.org). Just add to your Podfile

Expand All @@ -39,7 +40,7 @@ Alternatively you can just copy the YTVimeoExtractor folder to your project.
#import "YTVimeoExtractor.h"
```

### Installation with Carthage
### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency
manager that builds your dependencies and provides you with binary frameworks.
Expand Down

0 comments on commit 9c15fbd

Please sign in to comment.