2 "name": "handlebars-objc",
4 "summary": "handlebars-objc is an implementation of Handlebars.js for Objective-C",
5 "homepage": "https://github.com/fotonauts/handlebars-objc",
11 "Bertrand Guiheneuf": "guiheneuf@gmail.com"
17 "requires_arc": false,
19 "git": "https://github.com/fotonauts/handlebars-objc.git",
23 "src/handlebars-objc",
24 "src/handlebars-objc/**/*.{h,m,ym,lm}"
26 "public_header_files": [
27 "handlebars-objc/HBHandlebars.h",
28 "handlebars-objc/runtime/HBTemplate.h",
29 "handlebars-objc/runtime/HBExecutionContext.h",
30 "handlebars-objc/runtime/HBExecutionContextDelegate.h",
31 "handlebars-objc/runtime/HBEscapingFunctions.h",
32 "handlebars-objc/context/HBDataContext.h",
33 "handlebars-objc/context/HBHandlebarsKVCValidation.h",
34 "handlebars-objc/helpers/HBHelper.h",
35 "handlebars-objc/helpers/HBHelperRegistry.h",
36 "handlebars-objc/helpers/HBHelperCallingInfo.h",
37 "handlebars-objc/helpers/HBHelperUtils.h",
38 "handlebars-objc/helpers/HBEscapedString.h",
39 "handlebars-objc/partials/HBPartial.h",
40 "handlebars-objc/partials/HBPartialRegistry.h",
41 "handlebars-objc/errorHandling/HBErrorHandling.hd"
43 "header_dir": "HBHandlebars"