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",
16 "git": "https://github.com/Tundaware/JobQueue.git",
19 "swift_versions": "5.1",
32 "source_files": "Sources/Core/**/*.swift"
36 "source_files": "Sources/Queue/**/*.swift",
48 "source_files": "Sources/Storage/InMemory/**/*.swift",
57 "source_files": "Sources/Storage/CoreData/**/*.swift",
65 "name": "CouchbaseLite",
66 "source_files": "Sources/Storage/CouchbaseLite/**/*.swift",
71 "CouchbaseLite-Swift": [
79 "swift_version": "5.1"