4 "summary": "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.",
5 "description": "TODO: Add long description of the pod here.",
6 "homepage": "https://github.com/fmtlib/fmt",
11 "Hien Nguyen": "hien.nguyenle.it@gmail.com"
14 "git": "https://github.com/fmtlib/fmt.git",
17 "pod_target_xcconfig": {
18 "HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/include",
19 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
20 "USE_HEADERMAP": "NO",
21 "ALWAYS_SEARCH_USER_PATHS": "NO"
30 "include/**/*.{hpp,h}"
32 "public_header_files": "include/**/*.{hpp,h}",
33 "exclude_files": "src/os.cc",
34 "header_mappings_dir": "include",
35 "preserve_paths": "include"