blob: 76725f14595f1ef07e564e0c8d56b838f3bc2f12 [file] [log] [blame]
{
"name": "LVDebounce",
"version": "0.0.4",
"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.4"
},
"source_files": "*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}