[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / b / 7 / RateLimit / 1.2.1 / RateLimit.podspec.json
blob4d6b24fe8d928fe92b4469d669eaf0e6e643fdea
2   "name": "RateLimit",
3   "version": "1.2.1",
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.2.1"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "osx": "10.9",
19     "ios": "8.0",
20     "watchos": "2.0"
21   },
22   "frameworks": "Foundation",
23   "source_files": "RateLimit/**/*.{h,m,swift}"