[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / c / 1 / ctemplate / 2.2.1 / ctemplate.podspec.json
blob94e31a1aff6719c19b0c0a32e9057c230b3ddc56
2   "name": "ctemplate",
3   "version": "2.2.1",
4   "source": {
5     "git": "https://github.com/dinhviethoa/ctemplate.git",
6     "tag": "2.2.1"
7   },
8   "summary": "Powerful but simple template language for C++.",
9   "homepage": "https://code.google.com/p/ctemplate/",
10   "license": {
11     "type": "BSD",
12     "file": "COPYING"
13   },
14   "authors": "google-ctemplate@googlegroups.com",
15   "header_dir": "ctemplate",
16   "source_files": "src/**/*.{c,h,cc}",
17   "exclude_files": [
18     "src/tests/**/*",
19     "src/windows/**/*"
20   ],
21   "compiler_flags": "\"-I${PODS_ROOT}/ctemplate/src\"",
22   "public_header_files": [
23     "**/template.h",
24     "**/template_*.h",
25     "**/per_expand_data.h",
26     "**/str_ref.h"
27   ],
28   "xcconfig": {
29     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
30     "CLANG_CXX_LIBRARY": "libstdc++",
31     "USE_HEADERMAP": "NO"
32   },
33   "requires_arc": false,
34   "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"