4 "summary": "Yet Another iOS Utility Belt",
7 "Crush & Lovely": "engineering@crushlovely.com",
8 "Tim Clem": "tim@crushlovely.com"
11 "git": "https://github.com/crushlovely/Sidecar.git",
14 "homepage": "https://github.com/crushlovely/Sidecar",
20 "CocoaLumberjack/Core": [
24 "prefix_header_contents": "\n#ifdef __OBJC__\n #define LOG_LEVEL_DEF CRLSidecarLogLevel\n #import <CocoaLumberjack/DDLog.h>\n static const int CRLSidecarLogLevel = LOG_LEVEL_WARN;\n#endif\n",
25 "source_files": "Sidecar",
26 "exclude_files": "Sidecar/CRLSystemSound.{h,m}",
27 "public_header_files": "Sidecar/*.h",
35 "requires_arc": false,
36 "source_files": "Sidecar/CRLSystemSound.{h,m}",
37 "prefix_header_contents": ""