mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-22 16:58:23 +00:00
Update README.md
Summary: A few minor tweaks to clarify things Closes https://github.com/Instagram/IGListKit/pull/120 Differential Revision: D4074874 Pulled By: rnystrom fbshipit-source-id: 6f3318044dc3efeb5676d913fe916b26f567ae7c
This commit is contained in:
parent
56c80c5daf
commit
efca62d37d
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
|
@ -22,10 +22,17 @@ A data-driven `UICollectionView` framework for building fast and flexible lists.
|
|||
|
||||
`IGListKit` is built and maintained by [Instagram engineering](https://engineering.instagram.com/), using the open source version for the Instagram app.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Xcode 8.0+
|
||||
- iOS 8.0+
|
||||
- Interoperability with Swift 3.0+
|
||||
|
||||
## Installation
|
||||
|
||||
### CocoaPods
|
||||
The preferred installation method for `IGListKit` is with [CocoaPods](http://cocoapods.org). Simply add the following to your Podfile:
|
||||
|
||||
The preferred installation method for `IGListKit` is with [CocoaPods](http://cocoapods.org). Simply add the following to your `Podfile`:
|
||||
|
||||
```ruby
|
||||
# Latest release of IGListKit
|
||||
|
|
@ -41,9 +48,8 @@ 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.
|
||||
You can also manually install the framework by dragging and dropping the `IGListKit.xcodeproj` into your project or workspace.
|
||||
|
||||
## Creating your first list
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue