From c6b1658ca6a5cc739f7be08a962a699c6cdd0cae Mon Sep 17 00:00:00 2001 From: yulingtianxia Date: Wed, 20 Jun 2018 01:48:48 +0800 Subject: [PATCH] 1.2.3 --- MessageThrottle.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MessageThrottle.podspec b/MessageThrottle.podspec index 68348a2..8f6ca89 100644 --- a/MessageThrottle.podspec +++ b/MessageThrottle.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MessageThrottle" -s.version = "1.2.2" +s.version = "1.2.3" s.summary = "A lightweight Objective-C message throttle and debounce library." s.description = <<-DESC MessageThrottle is a lightweight, simple library for controlling frequency of forwarding Objective-C messages. You can choose to control existing methods per instance or per class. It's an implementation of function throttle/debounce developed with Objective-C runtime.