blob: 9e0f075cfc0088f43f909ee814d2d5f9d44f3065 [file] [log] [blame]
{
"name": "PrintBeautifulLog",
"version": "1.0.0",
"summary": "将字典(NSDictionary)和数组(NSArray)打印的Log显示为Json格式,可以解决Xcode打印字典和数组时中文显示乱码问题。",
"description": "PrintBeautifulLog:将字典(NSDictionary)和数组(NSArray)打印的Log显示为Json格式,可以解决Xcode打印字典和数组时中文显示乱码问题。",
"homepage": "https://github.com/shixueqian/PrintBeautifulLog",
"license": "MIT",
"authors": {
"石学谦": "shixueqian12345@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shixueqian/PrintBeautifulLog.git",
"tag": "1.0.0"
},
"source_files": "PrintBeautifulLog/*.{h,m}",
"requires_arc": true
}