blob: 2b383c492235d6d8934aa70f264d934312c75b55 [file] [log] [blame]
{
"name": "DebugModeLogger",
"version": "0.1.0",
"swift_version": "4.0",
"summary": "Debug mode logger",
"description": "This is logger to print log only in debug mode for swift.",
"homepage": "https://github.com/abhisheksingh1/DebugModeLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"abhisheksingh1": "abhishek.singh@snapwiz.com"
},
"source": {
"git": "https://github.com/abhisheksingh1/DebugModeLogger.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DebugModeLogger/Classes/**/*"
}