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