blob: 89c182d0229d46c5b090829408f09b79199f980e [file] [log] [blame]
{
"name": "CNTreeNode",
"version": "0.1.1",
"summary": "Using CNTreeNode is a convenient and easy way to build a tree of nested objects.",
"homepage": "https://github.com/phranck/CNTreeNode",
"authors": {
"Frank Gregor": "phranck@cocoanaut.com"
},
"source": {
"git": "https://github.com/phranck/CNTreeNode.git",
"tag": "0.1.1"
},
"platforms": {
"osx": "10.7",
"ios": "6.0"
},
"requires_arc": true,
"source_files": "CNTreeNode/*.{h,m}",
"license": {
"type": "MIT",
"file": "ReadMe.md"
}
}