4 "summary": "A persistent and flexible job queue for Swift applications",
5 "description": "JobQueue is a persistent job queue with a simple API that does not depend on `Operation`/`OperationQueue`, is storage agnostic, supports for manual execution order, per job type concurrency limits, delayed jobs, and more.",
6 "homepage": "https://github.com/Tundaware/JobQueue",
12 "George Cox": "george@tundaware.com"
14 "social_media_url": "https://twitter.com/Tundaware",
22 "git": "https://github.com/Tundaware/JobQueue.git",
25 "swift_versions": "5.1",
29 "source_files": "Sources/Core/**/*.swift",
38 "source_files": "Sources/Queue/**/*.swift",
53 "source_files": "Sources/Storage/InMemory/**/*.swift",
65 "source_files": "Sources/Storage/CoreData/**/*.swift",
78 "swift_version": "5.1"