Skip to content

Commit

Permalink
Added Carthage to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martnst authored Feb 15, 2017
1 parent 67cfdf8 commit b8fdde7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,22 @@ To run the example project, clone the repo, and run `pod install` from the Examp

## Installation

### CocoaPods

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

```ruby
pod "VersionsTracker"
```

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. Add the following line to your `Cartfile`:

```ogdl
github 'martnst/VersionsTracker'
```

## Usage

Expand Down

0 comments on commit b8fdde7

Please sign in to comment.