blob: 3a4ef18118180ed907b07d1cad66f89317c7b007 [file] [log] [blame]
{
"name": "BinaryTreePrinterOC",
"version": "0.0.1",
"summary": "打印二叉树",
"homepage": "https://github.com/CoderLinLee/BinaryTreePrinterOC",
"license": "MIT",
"authors": {
"CoderLinLee": "736764509@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderLinLee/BinaryTreePrinterOC.git",
"tag": "0.0.1"
},
"source_files": "BinaryTreePrinterOC/Classes/**/*",
"requires_arc": true
}