2 "name": "CaptureLogger",
4 "summary": "CaptureLogger is a debug logger.",
5 "description": "CaptureLogger is modified by BugshotKit . All iOS versions are supported",
6 "homepage": "https://github.com/MSXF/CaptureLogger.git",
12 "yijianjun": "jianjun.yi@msxf.com"
18 "git": "https://github.com/MSXF/CaptureLogger.git",
25 "public_header_files": "Classes/Core/*.h",
26 "prefix_header_contents": "#if DEBUG\n# import \"CLCaptureLogger.h\"\n# define NSLog(format,...) CLLog(format,##__VA_ARGS__)\n#else\n# define NSLog(format, ...)\n#endif",