[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 6 / 3 / fmt / 7.1.3 / fmt.podspec.json
blob4a767d24b483b774ed4830d696481a9ffcf7ab27
2   "name": "fmt",
3   "version": "7.1.3",
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",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "The fmt contributors": "https://github.com/fmtlib/fmt/issues"
12   },
13   "source": {
14     "git": "https://github.com/fmtlib/fmt.git",
15     "tag": "7.1.3"
16   },
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"
22   },
23   "platforms": {
24     "ios": "10.0",
25     "osx": "10.14"
26   },
27   "libraries": "c++",
28   "public_header_files": "include/fmt/*.h",
29   "header_mappings_dir": "include",
30   "source_files": [
31     "src/*.cc",
32     "include/fmt/*.h"
33   ],
34   "exclude_files": "src/os.cc"