blob: f488c39048ae3c0cf7384bb671ee25d93008d537 [file] [log] [blame]
{
"name": "NSSetUTF8Log",
"version": "0.1.0",
"summary": "集合类型在控制台中打印中文(UTF8)字符",
"description": "OC中集合数据类型在Xcode控制台中打印中文(UTF8)字符将源文件加入工程即可,不需要import,也不需要额外的代码",
"homepage": "https://github.com/AiweiChujian/NSSetUTF8Log.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AiweiChujian": "aiweichujian@gmail.com"
},
"source": {
"git": "https://github.com/AiweiChujian/NSSetUTF8Log.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "NSSetUTF8Log/Classes/**/*",
"requires_arc": true
}