[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / e / Flipper-Fmt / 7.1.7 / Flipper-Fmt.podspec.json
blob4bc9ec56c779bddc4235e5d7ada2f634e064ab48
2   "name": "Flipper-Fmt",
3   "version": "7.1.7",
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.7"
15   },
16   "public_header_files": "include/**/*.h",
17   "source_files": [
18     "src/format.cc",
19     "include/**/*.h",
20     "include/**/*.h"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "10.0"
25   },
26   "header_dir": "fmt",
27   "libraries": "stdc++",
28   "exclude_files": [
29     "src/fmt.cc",
30     "src/fmt.cc"
31   ],
32   "pod_target_xcconfig": {
33     "USE_HEADERMAP": "NO",
34     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/include/\""
35   }