Merge branch 'master' of github.com:Masonry/Snap

This commit is contained in:
Robert Payne 2015-01-14 14:17:04 +13:00
commit 21a73287f3
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Snap is a light-weight layout framework which wraps AutoLayout with a nicer synt
## Requirements ## Requirements
* iOS 7.0+ / Mac OS X 10.9+ (Cocoapods iOS 8.0+ / Mac OS X 10.9+) * iOS 7.0+ / Mac OS X 10.9+ (Using Cocoapods 0.36.0.beta.1 or later iOS 8.0+ / Mac OS X 10.9+)
* Xcode 6.1 * Xcode 6.1
## Installation ## Installation
@ -23,7 +23,7 @@ _Due to the current lack of [proper infrastructure](http://cocoapods.org) for Sw
## Installation (Cocoapods pre-release) ## Installation (Cocoapods pre-release)
1. Add Snap as a line in your Podfile `pod 'Snap', :git => 'https://github.com/Masonry/Snap.git'` 1. Add Snap as a line in your Podfile `pod 'Snap'`
2. Run `pod install` 2. Run `pod install`
3. Add `import Snap` to your `AppDelegate.swift` 3. Add `import Snap` to your `AppDelegate.swift`