From fb9597258451e5cf8fbe05015860985c43bdb8d2 Mon Sep 17 00:00:00 2001 From: yulingtianxia Date: Mon, 4 Dec 2017 23:38:21 +0800 Subject: [PATCH] 1.0.6 --- MessageThrottle.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MessageThrottle.podspec b/MessageThrottle.podspec index a7ab947..70e3743 100644 --- a/MessageThrottle.podspec +++ b/MessageThrottle.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MessageThrottle" -s.version = "1.0.5" +s.version = "1.0.6" 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.