blob: 1ce23bdd7fa966398bf06289245abda2b3658c18 [file] [log] [blame]
{
"name": "DispatchThrottle",
"version": "1.0.2",
"summary": "Throttle mechanism for DispatchQueue. Only the last dispatched code-block will be executed when delay has passed.",
"description": "In some area's on your app it is unnecessary to process events immediately.\nFor example a user's typing in a search field or when multiple events with the same action are triggered rapidly, but only need processing once when finished.",
"homepage": "https://github.com/Gerrel/DispatchThrottle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gerrel Krishan": "gerrel@live.nl"
},
"source": {
"git": "https://github.com/Gerrel/DispatchThrottle.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "DispatchThrottle/Classes/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}