[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / b / 7 / RateLimit / 1.1.0 / RateLimit.podspec.json
blobd6ab6d8ca680df6b2ed3dc03086b483d99375bec
2   "name": "RateLimit",
3   "version": "1.1.0",
4   "authors": {
5     "Sam Soffes": "sam@soff.es"
6   },
7   "homepage": "https://github.com/soffes/RateLimit",
8   "summary": "Simple utility for only executing code every so often.",
9   "source": {
10     "git": "https://github.com/soffes/RateLimit.git",
11     "tag": "v1.1.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "frameworks": "Foundation",
21   "source_files": "RateLimit/**/*.{h,m,swift}"