blob: 60787db1f07cedcd983a3dc56b3758a05fdee725 [file] [log] [blame]
{
"name": "IIDelayedAction",
"version": "1.0",
"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"
},
"source_files": "IIDelayedAction/*.{h,m}",
"requires_arc": true
}