[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 5 / Sidecar / 0.1.2 / Sidecar.podspec.json
blobebf8afcabd7921d6c0eefc135a4e8d04b0fa5132
2   "name": "Sidecar",
3   "version": "0.1.2",
4   "summary": "Yet Another iOS Utility Belt",
5   "license": "MIT",
6   "authors": {
7     "Crush & Lovely": "engineering@crushlovely.com",
8     "Tim Clem": "tim@crushlovely.com"
9   },
10   "source": {
11     "git": "https://github.com/crushlovely/Sidecar.git",
12     "tag": "v0.1.2"
13   },
14   "homepage": "https://github.com/crushlovely/Sidecar",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "CocoaLumberjack/Core": [
22     ]
23   },
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",
28   "frameworks": [
29     "QuartzCore",
30     "AudioToolbox"
31   ],
32   "subspecs": [
33     {
34       "name": "Non-ARC",
35       "requires_arc": false,
36       "source_files": "Sidecar/CRLSystemSound.{h,m}",
37       "prefix_header_contents": ""
38     }
39   ]