[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / e / 0 / cdebug / 0.1 / cdebug.podspec.json
blob41c15ae5508ff2f6db168c3f5d75795c38d1aa91
2   "name": "cdebug",
3   "version": "0.1",
4   "summary": "Debug mode log/assertion macro for c/objc in a file.",
5   "description": "                    Debug log/assertion macro collections for debug mode only.\n                    Append file, line, time to macro\n                    \n                    * dprintf as printf/NSLog wrapper\n                    * dassert as asssert wrapper\n                    * dlog for conditional dprintf\n                    * dassertlog for assertion after log\n                    * Everythings are activated when debug mode only\n",
6   "homepage": "https://github.com/youknowone/cdebug",
7   "license": {
8     "type": "2-clause BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeong YunWon": "jeong@youknowone.org"
13   },
14   "source": {
15     "git": "https://github.com/youknowone/cdebug.git",
16     "tag": "pod-0.1"
17   },
18   "source_files": [
19     "debug.h",
20     "supports/pod.m"
21   ],
22   "requires_arc": false