blob: 4bb3891415e866766c5e79bfc3075859561e8160 [file] [log] [blame]
{
"name": "MZUnicode",
"version": "1.0.0",
"summary": "解决Xcode8及以上版本控制台显示Unicode编码而不显示汉字的问题。",
"homepage": "https://github.com/MJCheung/MZUnicode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MJCheung": "zmzchn@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/MJCheung/MZUnicode.git",
"tag": "1.0.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": [
"MZUnicode",
"*.{h,m}"
]
}