[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / a / c / LibComponentLogging-UserDefaults / 1.0.3 / LibComponentLogging-UserDefaults.podspec.json
blob84e2eaa5a9bc34c5ecb107b3cba4a01268524dbb
2   "name": "LibComponentLogging-UserDefaults",
3   "version": "1.0.3",
4   "source": {
5     "git": "https://github.com/aharren/LibComponentLogging-UserDefaults.git",
6     "tag": "1.0.3"
7   },
8   "homepage": "http://0xc0.de/LibComponentLogging",
9   "authors": {
10     "Arne Harren": "ah@0xc0.de"
11   },
12   "license": "MIT",
13   "summary": "A LibComponentLogging extension which stores/restores log level settings to/from the user defaults.",
14   "description": "LibComponentLogging-UserDefaults is an extension for LibComponentLogging which stores/restores log level settings to/from the user defaults.",
15   "prepare_command": "echo '{\"name\": \"UserDefaults\", \"type\": \"extension\", \"main_header\": \"LCLUserDefaults.h\", \"config_template\": \"LCLUserDefaultsConfig.template.h\"}' > pod.lcl_configure",
16   "source_files": [
17     "LCLUserDefaults*.{h,m}"
18   ],
19   "preserve_paths": [
20     "*.lcl_configure"
21   ],
22   "requires_arc": false,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/..\""
25   },
26   "dependencies": {
27     "LibComponentLogging-Core": [
28       ">= 1.1.6"
29     ]
30   }