From 7a48b429cdce7294921dd8e7086fc3f9e8a747f3 Mon Sep 17 00:00:00 2001 From: Martin Arista Date: Tue, 11 Oct 2016 17:39:37 -0700 Subject: [PATCH] Add carthage instal steps Summary: Added Carthage Install Steps #13 - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/48 Differential Revision: D4005535 Pulled By: jessesquires fbshipit-source-id: 5414c1e967abfbbe7a5d199b1e3b09b844e52c63 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fc2e44e5..e00f28a4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ A data-driven `UICollectionView` framework for building fast and flexible lists. ## Installation +### Cocoapods The preferred installation method for `IGListKit` is with [CocoaPods](http://cocoapods.org). Simply add the following to your Podfile: ```ruby @@ -31,6 +32,15 @@ The preferred installation method for `IGListKit` is with [CocoaPods](http://coc pod 'IGListKit' ``` +### Carthage + +To integrate `IGListKit` into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`: + +```ogdl +github "Instagram/IGListKit" ~> 1.0.0 +``` + +### Manually You can also manually install the framework by dragging and dropping the `IGListKit.xcodeproj` into your workspace. `IGListKit` supports a minimum iOS version of 8.0.