blob: 53cc1dcf1636bb3837ca4a4fa2f17e31cd94efb6 [file] [log] [blame]
{
"name": "PNLog",
"version": "0.1.0",
"summary": "This pod allows to print Logs only in Debug environment. In a release / production environment - the logs would not be printed.",
"description": "Many a times developers forget to comment or disable the logs in the release / production environment. This is a simple pod allows to print Logs only in Debug environment. In a release / production environment - the logs would not be printed.",
"homepage": "https://github.com/croozeus/PNLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pankaj Nathani": "Pankaj Nathani"
},
"source": {
"git": "https://github.com/croozeus/PNLog.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PNLog/Classes/**/*"
}