| { |
| "name": "LibComponentLogging-UserDefaults", |
| "version": "1.0.3", |
| "source": { |
| "git": "https://github.com/aharren/LibComponentLogging-UserDefaults.git", |
| "tag": "1.0.3" |
| }, |
| "homepage": "http://0xc0.de/LibComponentLogging", |
| "authors": { |
| "Arne Harren": "ah@0xc0.de" |
| }, |
| "license": "MIT", |
| "summary": "A LibComponentLogging extension which stores/restores log level settings to/from the user defaults.", |
| "description": "LibComponentLogging-UserDefaults is an extension for LibComponentLogging which stores/restores log level settings to/from the user defaults.", |
| "prepare_command": "echo '{\"name\": \"UserDefaults\", \"type\": \"extension\", \"main_header\": \"LCLUserDefaults.h\", \"config_template\": \"LCLUserDefaultsConfig.template.h\"}' > pod.lcl_configure", |
| "source_files": [ |
| "LCLUserDefaults*.{h,m}" |
| ], |
| "preserve_paths": [ |
| "*.lcl_configure" |
| ], |
| "requires_arc": false, |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/..\"" |
| }, |
| "dependencies": { |
| "LibComponentLogging-Core": [ |
| ">= 1.1.6" |
| ] |
| } |
| } |