From 34bf79bc9f31a8cc495152a3541234a4a2d0a2e1 Mon Sep 17 00:00:00 2001 From: Naoki Morita Date: Wed, 6 May 2015 23:49:13 +0900 Subject: [PATCH] Prepare for 1.1.3 --- README.md | 3 ++- TouchVisualizer.podspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10594a7..f690ae9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ platform :ios, '8.1' use_frameworks! -pod "TouchVisualizer", '~>1.1.2' +pod "TouchVisualizer", '~>1.1' ``` then, `pod install` @@ -65,6 +65,7 @@ config.color = UIColor.redColor() config.image = UIImage(named: "YOUR-IMAGE") config.showsTimer = true config.showsTouchRadius = true +config.showsLog = true TouchVisualizer.start(config) ``` diff --git a/TouchVisualizer.podspec b/TouchVisualizer.podspec index 8cd65b3..53a7073 100644 --- a/TouchVisualizer.podspec +++ b/TouchVisualizer.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "TouchVisualizer" - s.version = "1.1.2" + s.version = "1.1.3" s.summary = "Effective presentation with TouchVisualizer!" s.description = <<-DESC # Give a presentation more impressive with finter points.