blob: 3d42580c365e62fc96d48e91a5d3024224321bdc [file] [log] [blame]
{
"name": "NODE_",
"version": "0.1.1",
"summary": "Create a tree from any objects.",
"description": " NODE is a category on NSObject that let's you build parent - children tree\n structures from any object. \n",
"homepage": "https://github.com/markohlebar/NODE",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marko Hlebar": "marko.hlebar@gmail.com"
},
"social_media_url": "https://twitter.com/markohlebar",
"source": {
"git": "https://github.com/markohlebar/NODE.git",
"tag": "0.1.1"
},
"source_files": [
"NODE",
"NODE/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}