blob: 679add4f2361c86bd3574d300301e40de7a82044 [file] [log] [blame]
{
"name": "LVDebounce",
"version": "0.0.3",
"summary": "LVDebounce provides an NSTimer-like class for debouncing method calls.",
"homepage": "http://github.com/layervault/LVDebounce",
"license": "MIT",
"authors": {
"Kelly Sutton": "kelly@layervault.com"
},
"source": {
"git": "https://github.com/layervault/LVDebounce.git",
"tag": "0.0.3"
},
"source_files": "*.{h,m}",
"frameworks": "Foundation",
"requires_arc": false
}