blob: 8ba6f32639d868b919acc1076e52b7839a5e12cb [file] [log] [blame]
{
"name": "Throttler",
"version": "1.1.0",
"summary": "A component you can use for regulating the rate of performing a process.",
"description": "Throttler is a component you can use for regulating the rate\nof performing a process. Processes can easily be defined by\nproviding a closure. Processes are dispatched asychronously\nto the provided queue.\n\nThrottler can also be customized to change its delay time and\ndipatch queue.",
"homepage": "https://github.com/dechhay/Throttler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dennis Chhay": "dennis@dennischhay.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/dechhay/Throttler.git",
"tag": "1.1.0"
},
"source_files": "Throttler/Code/*.swift",
"swift_version": "4.0"
}