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.