blob: 4a767d24b483b774ed4830d696481a9ffcf7ab27 [file] [log] [blame]
{
"name": "fmt",
"version": "7.1.3",
"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": {
"The fmt contributors": "https://github.com/fmtlib/fmt/issues"
},
"source": {
"git": "https://github.com/fmtlib/fmt.git",
"tag": "7.1.3"
},
"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++",
"public_header_files": "include/fmt/*.h",
"header_mappings_dir": "include",
"source_files": [
"src/*.cc",
"include/fmt/*.h"
],
"exclude_files": "src/os.cc"
}