blob: e93e685dba42c108635488b19cd0370e0e0b8092 [file] [log] [blame]
{
"name": "IDLog",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"",
"**/*.{h,m}"
]
}