blob: f0512aea078f1f6d4968aeedc89da742c2bf84db [file] [log] [blame]
{
"name": "XHLogHelper",
"version": "2.3.0",
"summary": "NSLog输出NSDictionary,自动进行如下转换-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.3.0"
},
"source_files": [
"XHLogHelper",
"*.{h,m}"
],
"requires_arc": true
}