4 "summary": "SIALogger - library for simplify log.",
5 "description": "SIALogger - library for simplify log and assertion, for Objective-C (If you want to use SIALogger from Swift, see the ”SIALogger” pod.)\n Supported five log level: {Fatal, Error, Warning, Info, Trace}\n For more information see: https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Objective-C_v110",
6 "homepage": "https://github.com/ivlevAstef/SIALogger",
11 "documentation_url": "https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Objective-C_v110",
13 "Alexander.Ivlev": "ivlev.stef@gmail.com"
16 "git": "https://github.com/ivlevAstef/SIALogger.git",
23 "source_files": "ObjC/SIALogger/SIALogger/SIALogger.h",
24 "public_header_files": "ObjC/SIALogger/SIALogger/SIALogger.h",
25 "default_subspecs": "Core",
29 "source_files": "ObjC/SIALogger/SIALogger/Core/**/*.{h,m}",
30 "public_header_files": "ObjC/SIALogger/SIALogger/Core/**/*.h"
35 "OTHER_CFLAGS": "$(inherited) -D__SIA_LOG_COLORFUL__"
42 "source_files": "ObjC/SIALogger/SIALogger/Colored/**/*.{h,m}",
43 "public_header_files": "ObjC/SIALogger/SIALogger/Colored/**/*.h"