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