[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 8 / handlebars-objc / 1.3.0 / handlebars-objc.podspec.json
blob9bbae4a69094392eb94e028f6775e0ef6c400bf4
2   "name": "handlebars-objc",
3   "version": "1.3.0",
4   "summary": "handlebars-objc is an implementation of Handlebars.js for Objective-C",
5   "homepage": "https://github.com/fotonauts/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   "requires_arc": false,
18   "source": {
19     "git": "https://github.com/fotonauts/handlebars-objc.git",
20     "tag": "v1.3.0"
21   },
22   "source_files": [
23     "src/handlebars-objc",
24     "src/handlebars-objc/**/*.{h,m,ym,lm}"
25   ],
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"
42   ],
43   "header_dir": "HBHandlebars"