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
This commit is contained in:
Martin Arista 2016-10-11 17:39:37 -07:00 committed by Facebook Github Bot
parent d8a48943c3
commit 7a48b429cd

View file

@ -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.