Skip to content

Commit 0d4b2cb

Browse files
committed
1.0.2
1 parent da2ca5b commit 0d4b2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MessageThrottle.podspec

+1-1
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.0.1"
3+
s.version = "1.0.2"
44
s.summary = "A lightweight message throttle."
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)