blob: cbd1b79269a3eccde5203e8cb972f6f2925eadb5 [file] [log] [blame]
{
"name": "NODE_",
"version": "0.1.0",
"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.0"
},
"source_files": [
"NODE",
"NODE/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}