From 6a24f5c4f117fba12ef6c8b17ed80535ecb7fac5 Mon Sep 17 00:00:00 2001 From: Khawar Shahzad Date: Thu, 16 Nov 2017 12:35:42 +0500 Subject: [PATCH] Updated .podspec --- KSTokenView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KSTokenView.podspec b/KSTokenView.podspec index 6e425d3..b64d42f 100644 --- a/KSTokenView.podspec +++ b/KSTokenView.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "KSTokenView" - s.version = "4.0.0" + s.version = "4.0.1" 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.