blob: 2042ecf12c37ce4aa4cd77c3fdd50256024554b1 [file] [log] [blame]
{
"name": "XHLogHelper",
"version": "2.0",
"summary": "NSLog输出时,自动进行如下转换-1补全缺失引号,2数组( )转换为[ ],3中文unicode编码转换为中文",
"homepage": "https://github.com/CoderZhuXH/XHLogHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhu Xiaohui": "977950862@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoderZhuXH/XHLogHelper.git",
"tag": "2.0"
},
"source_files": [
"XHLogHelper",
"*.{h,m}"
],
"requires_arc": true
}