blob: 111dbfe520b4320c035f103dd91e1067223452cc [file] [log] [blame]
{
"name": "KZLogger",
"version": "0.0.3",
"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.3"
},
"source_files": "KZLogger/Logger/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "KZLogger/Logger/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}