CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.
3pods
MBDebugPanel offers a simple way to embed a set of dev-mode-only features (Though you could ship it with your app if you really wanted to.)
It's like the Konami code, but for your app.
License: MIT
[[myObject debounceWithDelay:5] doSomething:@1]; [[myObject debounceWithDelay:5] doSomething:@2]; [[myObject debounceWithDelay:5] doSomething:@3];
// ^ my Object only receive the final message send in this sequence,
// receiving @3 for the doSomething argument, after a 5 second delay.
License: MIT