blob: ae3bac8751e5acaa55de7c0fc19e6e50c7ea17f6 [file] [log] [blame]
{
"name": "DebugLog",
"version": "1.0",
"summary": "A logging macro that only logs in DEBUG environment",
"description": " Use `DebugLog` instead of `NSLog` and don't worry again to ship your app with logging enabled.\n DebugLog will only log if DEBUG is defined, so you don't have to remove or comment out the logging lines in your code.\n",
"homepage": "https://github.com/iltercengiz/DebugLog",
"license": "MIT",
"authors": {
"Ilter Cengiz": "ilter@cengiz.im"
},
"source": {
"git": "https://github.com/iltercengiz/DebugLog.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/iltercengiz",
"requires_arc": true,
"source_files": "DebugLog.h",
"public_header_files": "DebugLog.h"
}