[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / b / c / 1 / ctemplate / 2.2.3 / ctemplate.podspec.json
bloba3888be4f34024fe47b1fca2e9d4f4bb281735ef
2   "name": "ctemplate",
3   "version": "2.2.3",
4   "summary": "Powerful but simple template language for C++.",
5   "homepage": "https://code.google.com/p/ctemplate/",
6   "license": {
7     "type": "BSD",
8     "file": "COPYING"
9   },
10   "authors": "google-ctemplate@googlegroups.com",
11   "source": {
12     "git": "https://github.com/dinhviethoa/ctemplate.git",
13     "tag": "2.2.3"
14   },
15   "platforms": {
16     "ios": 7.0,
17     "osx": 10.9
18   },
19   "requires_arc": false,
20   "header_mappings_dir": "src",
21   "compiler_flags": "\"-I${PODS_ROOT}/ctemplate/src \"-I${PODS_ROOT}/ctemplate/build-mac/include\"",
22   "source_files": [
23     "src/htmlparser/*.cc",
24     "src/htmlparser/*.h",
25     "src/*.cc",
26     "src/*.h",
27     "src/base/*.cc",
28     "src/base/*.h",
29     "build-mac/include/**/*.h"
30   ],
31   "exclude_files": [
32     "src/diff_tpl_auto_escape.cc",
33     "make_tpl_varnames_h.cc"
34   ],
35   "prepare_command": "tar xzf build-mac/configure-result.tar.gz -C build-mac"