blob: 4e98f27c8a38b01ffeacf14049285a48ea89ecc5 [file] [log] [blame]
{
"name": "Task",
"version": "0.3",
"summary": " A simple Cocoa framework for representing interdependent units of work.\n",
"description": " Task is a simple framework for representing tasks — units of work that have prerequisites,\n dependencies, and can succeed or fail. The framework provides a straightforward way to \n create multiple tasks with blocks, selectors, etc.; create relationships between them; and\n then execute them all together so that tasks only start once all their prerequisite tasks\n finish successfully.\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": "0.3"
},
"source_files": "Task/**/*.{h,m}"
}