blob: bbcdb2e611efb11db5646bdcbf6fa8eb0d36df62 [file] [log] [blame]
{
"name": "GRLogger",
"version": "1.0.5",
"summary": "A handy logger library for iOS",
"description": " A handy logger library:\n\n * Logger level\n * Handy macros, such as ENTERFUNC(), it can print the selector or function name\n",
"homepage": "https://github.com/ankyhe/GRLogger",
"license": {
"type": "MIT",
"file": "GRLogger/License"
},
"authors": {
"AnkyHe": "ankyhe@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ankyhe/GRLogger.git",
"tag": "1.0.5"
},
"source_files": [
"GRLogger/GRLogger.h",
"GRLogger/GRLogger.m"
],
"requires_arc": false
}