[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 1 / 0 / 2 / spdlog / 1.8.2 / spdlog.podspec.json
blob85f372cb711bfbbe4b0c2651008ef4e2522ba723
2   "name": "spdlog",
3   "version": "1.8.2",
4   "summary": "Very fast, header-only/compiled, C++ logging library.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/gabime/spdlog",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "The spdlog contributors": "https://github.com/gabime/spdlog/issues"
12   },
13   "source": {
14     "git": "https://github.com/gabime/spdlog.git",
15     "tag": "v1.8.2"
16   },
17   "pod_target_xcconfig": {
18     "USE_HEADERMAP": "NO",
19     "GCC_PREPROCESSOR_DEFINITIONS": [
20       "SPDLOG_COMPILED_LIB"
21     ],
22     "HEADER_SEARCH_PATHS": [
23       "$(inherited)",
24       "${PODS_TARGET_SRCROOT}/include"
25     ]
26   },
27   "platforms": {
28     "ios": "12.0",
29     "osx": "10.14"
30   },
31   "libraries": "c++",
32   "public_header_files": "include/**/*.{hpp,h}",
33   "header_mappings_dir": "include",
34   "source_files": [
35     "src/*.cpp",
36     "include/**/*.{hpp,h}"
37   ]