blob: 9fe5df2b934b74bb9091ebd68712baa9fc67a2c3 [file] [log] [blame]
{
"name": "DispatchThrottle",
"version": "1.0.0",
"summary": "Throttle mechanism for DispatchQueue. Only the last dispatched code-block will be executed when delay has passed.",
"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.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "4.0"
}