blob: 1422f4140720dbc2b090abcfcec6662e37a4505e [file] [log] [blame]
{
"name": "TreeLib",
"version": "0.1.1",
"summary": "Treelib has a set of methods that will help you to handle the tree-like structure",
"description": "Treelib has a set of methods that will help you to handle the tree-like structure, in the next versions we will add permutation and combination algorithm.",
"homepage": "https://github.com/chaucyzhang/TreeLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xi zhang": "chaucyzhang@gmail.com"
},
"source": {
"git": "https://github.com/chaucyzhang/TreeLib.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TreeLib/Classes/**/*"
}