[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 8 / handlebars-objc / 1.4.3 / handlebars-objc.podspec.json
blob332f2942c23d956a07c82a4d426aab7e2a306945
2   "name": "handlebars-objc",
3   "version": "1.4.3",
4   "summary": "handlebars-objc is an implementation of Handlebars.js for Objective-C",
5   "homepage": "https://github.com/Bertrand/handlebars-objc",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Bertrand Guiheneuf": "guiheneuf@gmail.com"
12   },
13   "platforms": {
14     "ios": "6.0",
15     "osx": "10.8"
16   },
17   "source": {
18     "git": "https://github.com/Bertrand/handlebars-objc.git",
19     "tag": "v1.4.3"
20   },
21   "source_files": [
22     "src/handlebars-objc",
23     "src/handlebars-objc/**/*.{h,m,ym,lm}"
24   ],
25   "public_header_files": [
26     "src/handlebars-objc/HBHandlebars.h",
27     "src/handlebars-objc/runtime/HBTemplate.h",
28     "src/handlebars-objc/runtime/HBExecutionContext.h",
29     "src/handlebars-objc/runtime/HBExecutionContextDelegate.h",
30     "src/handlebars-objc/runtime/HBEscapingFunctions.h",
31     "src/handlebars-objc/context/HBDataContext.h",
32     "src/handlebars-objc/context/HBHandlebarsKVCValidation.h",
33     "src/handlebars-objc/helpers/HBHelper.h",
34     "src/handlebars-objc/helpers/HBHelperRegistry.h",
35     "src/handlebars-objc/helpers/HBHelperCallingInfo.h",
36     "src/handlebars-objc/helpers/HBHelperUtils.h",
37     "src/handlebars-objc/helpers/HBEscapedString.h",
38     "src/handlebars-objc/partials/HBPartial.h",
39     "src/handlebars-objc/partials/HBPartialRegistry.h",
40     "src/handlebars-objc/errorHandling/HBErrorHandling.h"
41   ],
42   "header_dir": "HBHandlebars",
43   "requires_arc": false,
44   "pod_target_xcconfig": {
45     "OTHER_CFLAGS": "-fno-objc-arc"
46   }