2 "name": "NSTimer-Blocks",
4 "summary": "Extremely simple category on NSTimer which makes it able to use blocks.",
5 "description": "I figure if you're using a block, you probably won't need to pass any userinfo object into the timer... you can get to whatever you need just from the block. So, I just hijack the +scheduledTimerWithTimeInterval:target:selector:userInfo:repeats: class method and it's brother -init..., setting it to use itself as the target, and to execute the class method +jdExecuteSimpleBlock: (which is part of the category) then pass the block you specify as the userInfo object which is then uses in the execute method. Pretty straightforward stuff.\n",
6 "homepage": "https://github.com/jivadevoe/NSTimer-Blocks",
8 "type": "Copyright (C) 2011 by Random Ideas, LLC",
11 "authors": "Jiva DeVoe",
13 "git": "https://github.com/jivadevoe/NSTimer-Blocks.git",
14 "commit": "f54f2aa721040b1e3a18d62e0fd163f4277ba6ca"
20 "source_files": "*.{h,m}",
21 "public_header_files": "*.h",