Skip to content

Commit 8cf47a1

Browse files
committed
1.4.2
1 parent 038fddc commit 8cf47a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MessageThrottle.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MessageThrottle"
3-
s.version = "1.4.1"
3+
s.version = "1.4.2"
44
s.summary = "A lightweight Objective-C message throttle and debounce library."
55
s.description = <<-DESC
66
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.

0 commit comments

Comments
 (0)