blob: 8644d16b00be3f2e3893dc5b050c1de018c9ffd8 [file] [log] [blame]
{
"name": "KZLogger",
"version": "0.1.4",
"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-inc.com/bosszhipin/kzlogger",
"license": "MIT",
"authors": {
"yangmaosheng": "yangmaosheng@techwolf.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "http://git.kanzhun-inc.com/bosszhipin/kzlogger.git",
"tag": "0.1.4"
},
"source_files": "KZLogger/Logger/*.{h,mm,cc}",
"exclude_files": "Classes/Exclude",
"public_header_files": "KZLogger/Logger/KZLogger.h",
"frameworks": [
"CoreTelephony",
"Foundation",
"SystemConfiguration"
],
"libraries": [
"z",
"stdc++"
],
"vendored_frameworks": "KZLogger/mars.framework"
}