blob: c5955ab28cc4044d50bc500627656d6513893e9f [file] [log] [blame]
{
"name": "IDLog",
"version": "1.0.1",
"summary": "A pretty light log util on NSLog, and it's easy to use.",
"description": "A pretty light log util on NSLog, make it more easier for us to distinguish different kinds of logs(error,warning,debug,info,etc) using small icon prefix,and it's easy to use.",
"homepage": "https://github.com/yuhanle/IDLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"煜寒了": "deadvia@gmail.com"
},
"source": {
"git": "https://github.com/yuhanle/IDLog.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"",
"**/*.{h,m}"
]
}