From 5eedee387bb07de4d5c8ae5078fa966788b225f7 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 22 Sep 2015 19:56:36 +1200 Subject: [PATCH] Updated docs --- docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.md b/docs.md index c8e16c0..354b921 100644 --- a/docs.md +++ b/docs.md @@ -9,7 +9,7 @@ id: docs * Swift 2.0 * Xcode 7.0+ -> While SnapKit supports iOS 7.0 and OS X 10.9 these are considered legacy platforms, so you must manually integrate the source files directly. Please see the [Legacy Platforms](/legacy-platforms) documentation for more information and steps. +> While SnapKit supports iOS 7.0 and OS X 10.9 these are considered legacy platforms, so you must manually integrate the source files directly. Please see the [Legacy Platforms](/legacy-platforms) page for more information and steps. ## Installing @@ -32,7 +32,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'SnapKit' +pod 'SnapKit', '~> 0.14.0' ``` Then, run the following command: @@ -55,7 +55,7 @@ $ brew install carthage To integrate SnapKit into your Xcode project using Carthage, specify it in your `Cartfile`: ``` -github "SnapKit/SnapKit" >= 0.12.0 +github "SnapKit/SnapKit" >= 0.14.0 ``` ### Embedded Framework