blob: c4b5df7bbc896023bcc1f24e686487731ff752f3 [file] [log] [blame]
{
"name": "Phoenix",
"version": "0.1.0",
"summary": "A flexible job system with persistence for Swift.",
"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.",
"homepage": "https://github.com/modernistik/Phoenix",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anthony Persaud": "persaud@modernistik.com"
},
"source": {
"git": "https://github.com/modernistik/Phoenix.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "Phoenix/**/*",
"swift_version": "5.0"
}