4 "summary": "A component you can use for regulating the rate of performing a process.",
5 "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.",
6 "homepage": "https://github.com/dechhay/Throttler",
12 "Dennis Chhay": "dennis@dennischhay.com"
18 "git": "https://github.com/dechhay/Throttler.git",
21 "source_files": "Throttler/Code/*.swift",
22 "swift_version": "4.0"