From 82f79f6c1b9ca4aea5019fb5117d369dc4e56a1e Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 22 Sep 2015 19:46:55 +1200 Subject: [PATCH] Updated docs --- docs.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs.md b/docs.md index fdf0cc4..fa1e45a 100644 --- a/docs.md +++ b/docs.md @@ -6,9 +6,10 @@ id: docs ## Requirements * iOS 7.0+ / OS X 10.9+ -* Xcode 6.3+ +* Swift 2.0 +* Xcode 7.0+ -> While SnapKit supports iOS 7.0, frameworks are not supported for iOS 7.0 so you must manually embed the framework for non app store apps or integrate the source files directly. +> While SnapKit supports iOS 7.0, frameworks are not supported for iOS 7.0 so you must manually embed the framework for non app store apps or integrate the source files directly. Please see the [Legacy Platforms](https://github.com/SnapKit/SnapKit/blob/develop/LEGACY_PLATFORMS.md) readme. ## Installing @@ -31,7 +32,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'SnapKit', '~> 0.12.0' +pod 'SnapKit' ``` Then, run the following command: