From 17ac8a448927ccea92721658d1ae677ed4e26455 Mon Sep 17 00:00:00 2001 From: Khawar Shahzad Date: Fri, 24 Feb 2017 15:03:59 +0500 Subject: [PATCH] Updated .podspec --- KSTokenView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KSTokenView.podspec b/KSTokenView.podspec index 43dd357..c30dadb 100644 --- a/KSTokenView.podspec +++ b/KSTokenView.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "KSTokenView" - s.version = "3.1.2" + s.version = “3.1.3” s.summary = "An iOS control for displaying multiple selections as tokens." s.description = <<-DESC KSTokenView is a control that displays a collection of tokens in an editable UITextField and sends messages to delegate object. It can also be used to input text from user and perform search operation asynchronously. UI can be fully custimized to look like part of your application.