From 94ee0ba9db9036077f714de28fd99ef255ce49c9 Mon Sep 17 00:00:00 2001 From: Naoki Morita Date: Wed, 1 Jun 2016 04:17:53 +0900 Subject: [PATCH] Update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8097587..d7f3922 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ It's fun! ##Runtime Requirements -- Swift 2.1 -- iOS8.1 or later -- Xcode 7.1 +- Swift 2.2 +- Xcode 7.3 +- iOS8.0 or later -TouchVisualizer works with Swift 2.1 from version 1.3.0. +TouchVisualizer works with Swift 2.2 from version 1.4.0. ## Installation and Setup **Note:** Embedded frameworks require a minimum deployment target of iOS 8.1. @@ -53,9 +53,9 @@ $ pods --version To integrate TouchVisualizer into your Xcode project using CocoaPods, specify it in your `Podfile` and run `pod install`. ```bash -platform :ios, '8.1' +platform :ios, '8.0' use_frameworks! -pod "TouchVisualizer", '~>1.3.0' +pod "TouchVisualizer", '~>1.4.0' ``` ###Installing with Carthage @@ -71,7 +71,7 @@ $ brew install carthage To integrate TouchVisualizer into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "morizotter/TouchVisualizer" "1.3.0" +github "morizotter/TouchVisualizer" "1.4.0" ``` ###Manual Installation