blob: 055ae6c27073aa048afdcc33100a063a014c6f28 [file] [log] [blame]
{
"name": "Phoenix",
"version": "0.1.1",
"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.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "Phoenix/**/*",
"swift_version": "5.0"
}