[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 7 / 6 / GRMustache / 6.8.4 / GRMustache.podspec.json
blobb7eb3d201c36c48ca6786464a8ca4190f5c305bd
2   "name": "GRMustache",
3   "version": "6.8.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.",
9   "homepage": "https://github.com/groue/GRMustache",
10   "authors": {
11     "Gwendal RouĂ©": "gr@pierlis.com"
12   },
13   "source": {
14     "git": "https://github.com/groue/GRMustache.git",
15     "tag": "v6.8.4"
16   },
17   "source_files": "src/classes",
18   "private_header_files": "src/classes/*_private.h",
19   "platforms": {
20     "ios": "4.3",
21     "osx": "10.6"
22   },
23   "frameworks": "Foundation",
24   "dependencies": {
25     "JRSwizzle": [
26       "~> 1.0"
27     ]
28   },
29   "requires_arc": false