From 1506d8c1f180f512f45d27a78b5787c95c60f48d Mon Sep 17 00:00:00 2001 From: Naoki Morita Date: Wed, 21 Sep 2016 01:40:14 +0900 Subject: [PATCH] Update README & podspec --- README.md | 8 ++++---- TouchVisualizer.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d7f3922..72e1866 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ It's fun! ##Runtime Requirements -- Swift 2.2 -- Xcode 7.3 +- Swift 2.3 +- Xcode 8.0 - iOS8.0 or later TouchVisualizer works with Swift 2.2 from version 1.4.0. @@ -55,7 +55,7 @@ To integrate TouchVisualizer into your Xcode project using CocoaPods, specify it ```bash platform :ios, '8.0' use_frameworks! -pod "TouchVisualizer", '~>1.4.0' +pod "TouchVisualizer", '~>1.5.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.4.0" +github "morizotter/TouchVisualizer" "1.5.0" ``` ###Manual Installation diff --git a/TouchVisualizer.podspec b/TouchVisualizer.podspec index 80f725a..ad4d5b5 100644 --- a/TouchVisualizer.podspec +++ b/TouchVisualizer.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "TouchVisualizer" - s.version = "1.4.0" + s.version = "1.5.0" s.summary = "Effective presentation with TouchVisualizer!" s.description = <<-DESC TouchVisualizer is a lightweight and pure Swift implemented library for visualizing touches on the screen. Let's give an effective presentation with TouchVisualizer!