[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 8 / d / LibComponentLogging-LogFile / 1.1.5 / LibComponentLogging-LogFile.podspec.json
blob0fe4546475ae3ee74da4b638fdc810c2b3f89d88
2   "name": "LibComponentLogging-LogFile",
3   "version": "1.1.5",
4   "source": {
5     "git": "https://github.com/aharren/LibComponentLogging-LogFile.git",
6     "tag": "1.1.5"
7   },
8   "homepage": "http://0xc0.de/LibComponentLogging",
9   "authors": {
10     "Arne Harren": "ah@0xc0.de"
11   },
12   "license": "MIT",
13   "summary": "LibComponentLogging logging back-end which writes log messages to an application-specific log file.",
14   "description": "LibComponentLogging-LogFile is a logging back-end for LibComponentLogging which writes log messages to an application-specific log file.",
15   "prepare_command": "echo '{\"name\": \"LogFile\", \"type\": \"logger\", \"main_header\": \"LCLLogFile.h\", \"config_template\": \"LCLLogFileConfig.template.h\"}' > pod.lcl_configure",
16   "source_files": [
17     "LCLLogFile*.{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   }