Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Carthage #30

Merged
merged 4 commits into from
Aug 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

github "linkedin/ConsistencyManager-iOS"
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,24 @@ With Rocket Data, you can choose your own caching solution. We recommend a fast

## Installation

Installation via both [CocoaPods](https://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage) is supported.

### CocoaPods

Add this to your Podspec:
```
```ruby
pod 'RocketData'
```
Then run `pod install`.

### Carthage

Add this to your `Cartfile`:
```ogdl
github "linkedin/RocketData"
```
Then run `carthage update RocketData`

## Documentation

To get started, you should take a look at the [docs](https://linkedin.github.io/RocketData).
Expand Down