4 "summary": "Yet Another iOS Utility Belt",
7 "Crush & Lovely": "engineering@crushlovely.com",
8 "Tim Clem": "tim.clem@gmail.com"
11 "git": "https://github.com/crushlovely/Sidecar.git",
14 "homepage": "https://github.com/crushlovely/Sidecar",
19 "prefix_header_contents": "#ifdef __OBJC__\n #if __has_include(<CocoaLumberjack/CocoaLumberjack.h>)\n #define LOG_LEVEL_DEF CRLSidecarLogLevel\n\n #pragma clang diagnostic push\n #pragma clang diagnostic ignored \"-Wunused-function\"\n #import <CocoaLumberjack/CocoaLumberjack.h>\n #pragma clang diagnostic pop\n\n static const DDLogLevel CRLSidecarLogLevel = DDLogLevelWarning;\n #endif\n#endif",
20 "source_files": "Sidecar",
21 "public_header_files": "Sidecar/*.h",