blob: 524596224d09a507c592a7e7116e5df1d224c35c [file] [log] [blame]
{
"name": "GRMustache",
"version": "3.0.1",
"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": "v3.0.1"
},
"source_files": "src/classes",
"private_header_files": "src/classes/*_private.h",
"frameworks": "Foundation",
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
},
"requires_arc": false
}