Latest | 1.0.1 |
---|---|
Homepage | https://github.com/Inferis/IIDelayedAction |
License | MIT |
Platforms | ios 6.0, osx 10.8, requires ARC |
Authors |
A simple Objective-C component for invoking blocks after a specified interval, overriding previous invocations. A bit like performSelector
and cancelPerformSelector
but for blocks.
Latest podspec
{ "name": "IIDelayedAction", "platforms": { "ios": "6.0", "osx": "10.8" }, "version": "1.0.1", "summary": "A simple Objective-C component for invoking blocks after a specified interval, overriding previous invocations.", "homepage": "https://github.com/Inferis/IIDelayedAction", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Tom Adriaenssen": "http://inferis.org/" }, "source": { "git": "https://github.com/Inferis/IIDelayedAction.git", "tag": "1.0.1" }, "source_files": "IIDelayedAction/*.{h,m}", "requires_arc": true }
Sat, 27 Feb 2016 18:23:02 +0000