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:
Jesse Squires 2016-10-25 09:58:18 -07:00 committed by Facebook Github Bot
parent 56c80c5daf
commit efca62d37d

View file

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