[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 1 / 7 / Throttler / 1.1.0 / Throttler.podspec.json
blob8ba6f32639d868b919acc1076e52b7839a5e12cb
2   "name": "Throttler",
3   "version": "1.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dennis Chhay": "dennis@dennischhay.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/dechhay/Throttler.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "Throttler/Code/*.swift",
22   "swift_version": "4.0"