[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / 7 / Throtlle / 1.0.0 / Throtlle.podspec.json
bloba64aa17edc2c453c96409f2086a4665d438751f6
2   "name": "Throtlle",
3   "version": "1.0.0",
4   "summary": "The throttle",
5   "description": "The throttle function prevents the execution of a specified process for a designated time interval after the initial execution.",
6   "homepage": "https://github.com/keisukeYamagishi/Throttle",
7   "license": "MIT",
8   "authors": {
9     "keisukeYamagishi": "jam330257@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/keisukeYamagishi/Throttle.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "12.0",
17     "tvos": "12.0",
18     "osx": "10.14",
19     "watchos": "5.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": [
23     "Source",
24     "Sources/Throttle/**/*.swift"
25   ],
26   "static_framework": true,
27   "frameworks": "Foundation",
28   "swift_version": "5.0"