[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / 0 / 4 / Phoenix / 0.1.1 / Phoenix.podspec.json
blob055ae6c27073aa048afdcc33100a063a014c6f28
2   "name": "Phoenix",
3   "version": "0.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anthony Persaud": "persaud@modernistik.com"
13   },
14   "source": {
15     "git": "https://github.com/modernistik/Phoenix.git",
16     "tag": "0.1.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Phoenix/**/*",
23   "swift_version": "5.0"