blob: 473d77754c7dd38e07b6826d1bd617e1601ad6b2 [file] [log] [blame]
{
"name": "XHLogHelper",
"version": "2.2",
"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.2"
},
"source_files": [
"XHLogHelper",
"*.{h,m}"
],
"requires_arc": true
}