blob: 74ac33bb0e314eae872ec892dc7f793f20d996de [file] [log] [blame]
{
"name": "Task",
"version": "1.0",
"summary": " A simple framework for expressing and executing your app’s workflows.\n",
"description": " Task is a simple Cocoa framework for expressing and executing your application’s\n workflows. Using Task, you need only express each step in your workflow — called\n tasks — and what their prerequisite tasks are. After that, the framework handles\n the mechanics of executing the steps in the correct order with the appropriate\n level of concurrency, letting you know when tasks finish or fail. It also makes\n it easy to cancel tasks, retry failed tasks, and re-run previously completed\n tasks and workflows.\n",
"authors": {
"Two Toasters": "general@twotoasters.com"
},
"homepage": "https://github.com/twotoasters/Task",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/twotoasters/Task.git",
"tag": "1.0"
},
"source_files": "Task/**/*.{h,m}"
}