4 "summary": "A flexible job system with persistence for Swift.",
5 "description": "The Phoenix is a persistence job queue system for Swift. It allows to build\nidempotent and asynchronous job tasks using Foundation's\n`Operation` (NSOperation), that allows for jobs to be \"stored\" when the\napplication is about to terminate, and be restored (resume) once the app has\nrelaunched.",
6 "homepage": "https://github.com/modernistik/Phoenix",
12 "Anthony Persaud": "persaud@modernistik.com"
15 "git": "https://github.com/modernistik/Phoenix.git",
18 "swift_versions": "5.0",
22 "source_files": "Phoenix/**/*",
23 "swift_version": "5.0"