[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / e / 0 / cdebug / 1.3 / cdebug.podspec.json
blob911bce93cc5759286527965a2cb128c5c9af9887
2   "name": "cdebug",
3   "version": "1.3",
4   "summary": "Debug mode log/assertion macro for c/objc in a file.",
5   "description": "Debug log/assertion macro collections for debug mode only.\nAppend file, line, time to macro\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",
6   "homepage": "https://github.com/youknowone/cdebug",
7   "requires_arc": false,
8   "license": {
9     "type": "2-clause BSD",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jeong YunWon": "jeong@youknowone.org"
14   },
15   "source": {
16     "git": "https://github.com/youknowone/cdebug.git",
17     "tag": "1.3"
18   },
19   "static_framework": true,
20   "module_name": "debug",
21   "source_files": "debug.h",
22   "public_header_files": "debug.h",
23   "platforms": {
24     "osx": null,
25     "ios": null,
26     "tvos": null,
27     "watchos": null
28   }