blob: ec6e2462c5ead9f999af49a8e5ecf9acdd9e7313 [file] [log] [blame]
{
"name": "DelayedJob",
"version": "1.0.1",
"summary": "Run a task at a later time.",
"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.",
"homepage": "https://github.com/toastersocks/DelayedJob",
"license": "MIT",
"authors": {
"James Pamplona": "pamplonajames@gmail.com"
},
"platforms": {
"osx": "10.12",
"ios": "10.0",
"watchos": "3.0",
"tvos": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/toastersocks/DelayedJob.git",
"tag": "v1.0.1"
},
"source_files": "Sources/DelayedJob",
"swift_version": "5.0"
}