From 3388aa02f7b97437fe0ccd53be0c21812213bc9d Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Thu, 8 Jan 2015 19:51:39 +1300 Subject: [PATCH] Updated Readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5e9e57d..a8d7488 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Snappy is a light-weight layout framework which wraps AutoLayout with a nicer sy ## Requirements +* iOS 7.0+ / Mac OS X 10.9+ (Cocoapods iOS 8.0+ / Mac OS X 10.9+) +* Xcode 6.1 + ## Installation _Due to the current lack of [proper infrastructure](http://cocoapods.org) for Swift dependency management, using Snappy in your project requires the following steps:_ @@ -18,6 +21,11 @@ _Due to the current lack of [proper infrastructure](http://cocoapods.org) for Sw 1It's important you add Snappy as a subproject of your Xcode Project and not of a potential Xcode Workspace containing your project +## Installation (Cocoapods pre-release) + +1. Add Snappy as a line in your Podfile `pod 'Snappy', :git => 'https://github.com/Masonry/Snappy.git'` +2. Run `pod install` +3. Add `import Snappy` to your `AppDelegate.swift` ## What's wrong with NSLayoutConstraints?