[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / 4 / f / DelayedJob / 1.0.1 / DelayedJob.podspec.json
blobec6e2462c5ead9f999af49a8e5ecf9acdd9e7313
2   "name": "DelayedJob",
3   "version": "1.0.1",
4   "summary": "Run a task at a later time.",
5   "description": "Subsequent requests to run the job while there's already one scheduled will result in either the already scheduled job to be canceled or the new run to be ignored. Whether to prioritize runs scheduled for sooner or for later can be configured.",
6   "homepage": "https://github.com/toastersocks/DelayedJob",
7   "license": "MIT",
8   "authors": {
9     "James Pamplona": "pamplonajames@gmail.com"
10   },
11   "platforms": {
12     "osx": "10.12",
13     "ios": "10.0",
14     "watchos": "3.0",
15     "tvos": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/toastersocks/DelayedJob.git",
20     "tag": "v1.0.1"
21   },
22   "source_files": "Sources/DelayedJob",
23   "swift_version": "5.0"