Skip to content

Commit

Permalink
Update Readme to include Cocoapod installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Novak authored and andynovak12 committed Jun 27, 2019
1 parent c8c951a commit ac44200
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ A data source for a `UITableView` or a `UICollectionView` can be constructed by

## Installation

The recommended way to add DataSource to your project is with [Carthage](https://github.com/Carthage/Carthage/releases/).
The recommended way to add DataSource to your project is with CocoaPods. Add `pod 'DataSource', :git => 'https://github.com/Fueled/DataSource.git'` to your Podfile and run `pod install`.

An alternative is to use [Carthage](https://github.com/Carthage/Carthage/releases/).
Add `github "Fueled/DataSource"` line to your Cartfile and proceed with your favorite way to update and integrate your Carthage dependencies.

## Example Project
Expand Down

0 comments on commit ac44200

Please sign in to comment.