From ac44200cd8d5fd8a3bb4643d04138e1638b981ba Mon Sep 17 00:00:00 2001 From: Andy Novak Date: Thu, 27 Jun 2019 17:55:09 -0400 Subject: [PATCH] Update Readme to include Cocoapod installation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cec9e02..8da1835 100644 --- a/README.md +++ b/README.md @@ -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