[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 1 / 0 / 2 / spdlog / 1.6.1 / spdlog.podspec.json
blob849715c4cf4bdb9af4c62207cfe4ea7ed0760788
2   "name": "spdlog",
3   "version": "1.6.1",
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     "Hien Nguyen": "hien.nguyenle.it@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/gabime/spdlog.git",
15     "tag": "v1.6.1"
16   },
17   "pod_target_xcconfig": {
18     "HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/include",
19     "GCC_PREPROCESSOR_DEFINITIONS": "SPDLOG_COMPILED_LIB",
20     "USE_HEADERMAP": "NO"
21   },
22   "platforms": {
23     "ios": "10.0",
24     "osx": "10.14"
25   },
26   "libraries": "c++",
27   "source_files": [
28     "src/*.cpp",
29     "include/**/*.{hpp,h}"
30   ],
31   "public_header_files": "include/**/*.{hpp,h}",
32   "header_mappings_dir": "include",
33   "compiler_flags": "-fno-aligned-allocation"