{ | |
"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 | |
} |