[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 1 / b / DebugLog / 1.0 / DebugLog.podspec.json
blobae3bac8751e5acaa55de7c0fc19e6e50c7ea17f6
2   "name": "DebugLog",
3   "version": "1.0",
4   "summary": "A logging macro that only logs in DEBUG environment",
5   "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",
6   "homepage": "https://github.com/iltercengiz/DebugLog",
7   "license": "MIT",
8   "authors": {
9     "Ilter Cengiz": "ilter@cengiz.im"
10   },
11   "source": {
12     "git": "https://github.com/iltercengiz/DebugLog.git",
13     "tag": "1.0"
14   },
15   "social_media_url": "https://twitter.com/iltercengiz",
16   "requires_arc": true,
17   "source_files": "DebugLog.h",
18   "public_header_files": "DebugLog.h"