[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 7 / 6 / GRMustache / 4.1.1 / GRMustache.podspec.json
blobce75ae2221d2a0d60b9c3439f26bd3d7a4d7d092
2   "name": "GRMustache",
3   "version": "4.1.1",
4   "license": "MIT",
5   "summary": "Objective-C implementation of the {{ mustache }} template engine, for both MacOS Cocoa and iOS.",
6   "homepage": "https://github.com/groue/GRMustache",
7   "authors": {
8     "Gwendal RouĂ©": "gr@pierlis.com"
9   },
10   "source": {
11     "git": "https://github.com/groue/GRMustache.git",
12     "tag": "v4.1.1"
13   },
14   "source_files": "src/classes",
15   "private_header_files": "src/classes/*_private.h",
16   "frameworks": "Foundation",
17   "dependencies": {
18     "JRSwizzle": [
19       "~> 1.0"
20     ]
21   },
22   "requires_arc": false