blob: e7b4455b6fe249071d02f086cfa14223810dab53 [file] [log] [blame]
{
"name": "GRMustache",
"version": "4.1.0",
"license": "MIT",
"summary": "Objective-C implementation of the {{ mustache }} template engine, for both MacOS Cocoa and iOS.",
"homepage": "https://github.com/groue/GRMustache",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/groue/GRMustache.git",
"tag": "v4.1.0"
},
"source_files": "src/classes",
"private_header_files": "src/classes/*_private.h",
"frameworks": "Foundation",
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
},
"requires_arc": false
}