blob: 214e36696b02c5129b9cef4a792597e1561dfce2 [file] [log] [blame]
{
"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
}