From efca62d37d7ef76f8cc9f584a05cd685aae9ba30 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Tue, 25 Oct 2016 09:58:18 -0700 Subject: [PATCH] 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 --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a2ee464..53598be8 100644 --- a/README.md +++ b/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