5 "git": "https://github.com/dinhviethoa/ctemplate.git",
8 "summary": "Powerful but simple template language for C++.",
9 "homepage": "https://code.google.com/p/ctemplate/",
14 "authors": "google-ctemplate@googlegroups.com",
15 "header_dir": "ctemplate",
16 "source_files": "src/**/*.{c,h,cc}",
21 "compiler_flags": "\"-I${PODS_ROOT}/ctemplate/src\"",
22 "public_header_files": [
25 "**/per_expand_data.h",
29 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
30 "CLANG_CXX_LIBRARY": "libstdc++",
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"