blob: 4ecc785212129c8b0c0457fa92a847c2358962c5 [file] [log] [blame]
{
"name": "TreeLib",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TreeLib/Classes/**/*"
}