[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 8 / handlebars-objc / 1.0.1 / handlebars-objc.podspec.json
blob1fcd3512f32b21eb8a67f5702df5080f613ca5c4
2   "name": "handlebars-objc",
3   "version": "1.0.1",
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   "source": {
18     "git": "https://github.com/fotonauts/handlebars-objc.git",
19     "tag": "v1.0.1"
20   },
21   "source_files": [
22     "src/handlebars-objc",
23     "src/handlebars-objc/**/*.{h,m,ym,lm}"
24   ],
25   "public_header_files": [
26     "handlebars-objc/HBHandlebars.h",
27     "handlebars-objc/runtime/HBTemplate.h",
28     "handlebars-objc/runtime/HBExecutionContext.h",
29     "handlebars-objc/context/HBDataContext.h",
30     "handlebars-objc/context/HBHandlebarsKVCValidation.h",
31     "handlebars-objc/helpers/HBHelper.h",
32     "handlebars-objc/helpers/HBHelperRegistry.h",
33     "handlebars-objc/helpers/HBHelperCallingInfo.h",
34     "handlebars-objc/helpers/HBHelperUtils.h",
35     "handlebars-objc/partials/HBPartial.h",
36     "handlebars-objc/partials/HBPartialRegistry.h",
37     "handlebars-objc/errorHandling/HBErrorHandling.h"
38   ],
39   "header_dir": "HBHandlebars",
40   "requires_arc": false