From 9be9818fb12b1586340a537c2659d0710841038b Mon Sep 17 00:00:00 2001 From: krunalsheth Date: Mon, 25 Jul 2016 08:48:39 -0700 Subject: [PATCH] Remove reference to touch visualizer The file was probably copied from another project. removed reference to TouchVisualizer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a73b535..fddde98 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ gem install cocoapods $ pods --version ``` -To integrate TouchVisualizer into your Xcode project using CocoaPods, specify it in your `Podfile` and run `pod install`. +To integrate SwiftyDrop into your Xcode project using CocoaPods, specify it in your `Podfile` and run `pod install`. ```bash platform :ios, '8.0'