mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
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:
parent
d8a48943c3
commit
7a48b429cd
1 changed files with 10 additions and 0 deletions
10
README.md
10
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue