[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 7 / 6 / 3 / fmt / 6.2.1 / fmt.podspec.json
blob4396c9e47e2ca611cf2de9b126d9826f3829c31e
2   "name": "fmt",
3   "version": "6.2.1",
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     "Hien Nguyen": "hien.nguyenle.it@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/fmtlib/fmt.git",
15     "tag": "6.2.1"
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   "source_files": [
29     "src/*.cc",
30     "include/**/*.{hpp,h}"
31   ],
32   "public_header_files": "include/**/*.{hpp,h}",
33   "exclude_files": "src/os.cc",
34   "header_mappings_dir": "include",
35   "preserve_paths": "include"