blob: 4396c9e47e2ca611cf2de9b126d9826f3829c31e [file] [log] [blame]
{
"name": "fmt",
"version": "6.2.1",
"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.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fmtlib/fmt",
"license": {
"type": "MIT"
},
"authors": {
"Hien Nguyen": "hien.nguyenle.it@gmail.com"
},
"source": {
"git": "https://github.com/fmtlib/fmt.git",
"tag": "6.2.1"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/include",
"CLANG_CXX_LANGUAGE_STANDARD": "c++14",
"USE_HEADERMAP": "NO",
"ALWAYS_SEARCH_USER_PATHS": "NO"
},
"platforms": {
"ios": "10.0",
"osx": "10.14"
},
"libraries": "c++",
"source_files": [
"src/*.cc",
"include/**/*.{hpp,h}"
],
"public_header_files": "include/**/*.{hpp,h}",
"exclude_files": "src/os.cc",
"header_mappings_dir": "include",
"preserve_paths": "include"
}