blob: b099301bd2dfbb0f050a25f0e6676386e3feb608 [file] [log] [blame]
{
"name": "XHLogHelper",
"version": "1.0",
"summary": "服务器返回json数据一键转换标准json格式,方便查看及json数据格式化-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": "1.0"
},
"source_files": [
"XHLogHelper",
"*.{h,m}"
],
"requires_arc": true
}