[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / e / Flipper-Fmt / 7.1.5 / Flipper-Fmt.podspec.json
blob741692093ce80630f79090261c36fb92958b7eb2
2   "name": "Flipper-Fmt",
3   "version": "7.1.5",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/fmtlib/fmt",
8   "authors": {
9     "Pritesh Nandgaonkar": "prit91@fb.com"
10   },
11   "summary": "{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.",
12   "source": {
13     "git": "https://github.com/priteshrnandgaonkar/fmt.git",
14     "tag": "7.1.4"
15   },
16   "compiler_flags": "-DFMT_USE_CONSTEXPR=1",
17   "public_header_files": "include/**/*.h",
18   "source_files": [
19     "src/*.cc",
20     "include/**/*.h",
21     "include/**/*.h"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "10.0"
26   },
27   "header_dir": "fmt",
28   "libraries": "stdc++",
29   "exclude_files": [
30     "src/fmt.cc",
31     "src/fmt.cc"
32   ],
33   "pod_target_xcconfig": {
34     "USE_HEADERMAP": "NO",
35     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
36     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/include/\""
37   }