blob: 332f2942c23d956a07c82a4d426aab7e2a306945 [file] [log] [blame]
{
"name": "handlebars-objc",
"version": "1.4.3",
"summary": "handlebars-objc is an implementation of Handlebars.js for Objective-C",
"homepage": "https://github.com/Bertrand/handlebars-objc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bertrand Guiheneuf": "guiheneuf@gmail.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/Bertrand/handlebars-objc.git",
"tag": "v1.4.3"
},
"source_files": [
"src/handlebars-objc",
"src/handlebars-objc/**/*.{h,m,ym,lm}"
],
"public_header_files": [
"src/handlebars-objc/HBHandlebars.h",
"src/handlebars-objc/runtime/HBTemplate.h",
"src/handlebars-objc/runtime/HBExecutionContext.h",
"src/handlebars-objc/runtime/HBExecutionContextDelegate.h",
"src/handlebars-objc/runtime/HBEscapingFunctions.h",
"src/handlebars-objc/context/HBDataContext.h",
"src/handlebars-objc/context/HBHandlebarsKVCValidation.h",
"src/handlebars-objc/helpers/HBHelper.h",
"src/handlebars-objc/helpers/HBHelperRegistry.h",
"src/handlebars-objc/helpers/HBHelperCallingInfo.h",
"src/handlebars-objc/helpers/HBHelperUtils.h",
"src/handlebars-objc/helpers/HBEscapedString.h",
"src/handlebars-objc/partials/HBPartial.h",
"src/handlebars-objc/partials/HBPartialRegistry.h",
"src/handlebars-objc/errorHandling/HBErrorHandling.h"
],
"header_dir": "HBHandlebars",
"requires_arc": false,
"pod_target_xcconfig": {
"OTHER_CFLAGS": "-fno-objc-arc"
}
}