blob: 22610247ae9a8e00536d44c24467d715ca7120e2 [file] [log] [blame]
{
"name": "TreeLib",
"version": "0.1.2",
"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.2"
},
"social_media_url": "https://twitter.com/xizhang2",
"platforms": {
"ios": "8.0"
},
"source_files": "TreeLib/Classes/**/*"
}