blob: 1a4dee6b028629fa23b9e90fddc4998ab4ca7609 [file] [log] [blame]
{
"name": "KZLogger",
"version": "0.0.6",
"summary": "KZLogger is nslog manager",
"description": "nslog in release do nothing, debug_log =1 print in console, =2 write to file",
"homepage": "http://git.kanzhun.org/bosszhipin/kzlogger",
"license": "MIT",
"authors": {
"yangmaosheng": "yangmaosheng@techwolf.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "http://git.kanzhun.org/bosszhipin/kzlogger.git",
"tag": "0.0.6"
},
"source_files": "KZLogger/Logger/*.{h,mm,cc}",
"exclude_files": "Classes/Exclude",
"public_header_files": "KZLogger/Logger/KZLogger.h",
"frameworks": [
"CoreTelephony",
"Foundation",
"SystemConfiguration"
],
"libraries": "z",
"vendored_frameworks": "KZLogger/mars.framework"
}