[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 7 / 6 / GRMustache / 4.0.0 / GRMustache.podspec.json
blobe5df0c91079086343fa02537618c37a6f7124871
2   "name": "GRMustache",
3   "version": "4.0.0",
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.0.0"
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