blob: 55e422a2607d94efa384f3357f31c0115ace104f [file] [log] [blame]
{
"name": "XPLog",
"version": "1.0.0",
"summary": "日志",
"description": "根据级别打印日志,并且重定向到指定文件中",
"homepage": "https://github.com/XiaopoLi/XPLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xiaopo Li": "xiaopoli1024@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/XiaopoLi/XPLog.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"requires_arc": true
}