blob: 94e31a1aff6719c19b0c0a32e9057c230b3ddc56 [file] [log] [blame]
{
"name": "ctemplate",
"version": "2.2.1",
"source": {
"git": "https://github.com/dinhviethoa/ctemplate.git",
"tag": "2.2.1"
},
"summary": "Powerful but simple template language for C++.",
"homepage": "https://code.google.com/p/ctemplate/",
"license": {
"type": "BSD",
"file": "COPYING"
},
"authors": "google-ctemplate@googlegroups.com",
"header_dir": "ctemplate",
"source_files": "src/**/*.{c,h,cc}",
"exclude_files": [
"src/tests/**/*",
"src/windows/**/*"
],
"compiler_flags": "\"-I${PODS_ROOT}/ctemplate/src\"",
"public_header_files": [
"**/template.h",
"**/template_*.h",
"**/per_expand_data.h",
"**/str_ref.h"
],
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
"CLANG_CXX_LIBRARY": "libstdc++",
"USE_HEADERMAP": "NO"
},
"requires_arc": false,
"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"
}