[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 5 / Sidecar / 2.0.0 / Sidecar.podspec.json
blobd76a476dad7bac98fd9927bfcf21a5c9565d5009
2   "name": "Sidecar",
3   "version": "2.0.0",
4   "summary": "Yet Another iOS Utility Belt",
5   "license": "MIT",
6   "authors": {
7     "Crush & Lovely": "engineering@crushlovely.com",
8     "Tim Clem": "tim.clem@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/crushlovely/Sidecar.git",
12     "tag": "v2.0.0"
13   },
14   "homepage": "https://github.com/crushlovely/Sidecar",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
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",
22   "frameworks": [
23     "QuartzCore",
24     "AudioToolbox"
25   ]