blob: c2c376021683b65f7df7442ca62f1baf7b0e7ca7 [file] [log] [blame]
{
"name": "DRBOperationTree",
"version": "0.0.1",
"summary": "DRBOperationTree is an iOS and OSX API to organize NSOperations into a tree",
"description": " DRBOperationTree is an iOS and OSX API to organize work (NSOperations) into a tree such that the output of each parent is passed to it's children for further processing.\n",
"homepage": "https://github.com/dstnbrkr/DRBOperationTree",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dustin Barker": "dustin.barker@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/dstnbrkr/DRBOperationTree.git",
"tag": "0.0.1"
},
"source_files": [
"DRBOperationTree",
"DRBOperationTree/**/*.{h,m}"
],
"requires_arc": true
}