blob: faa591cfde4c2264f6fcab40308a43714e0eefcc [file] [log] [blame]
{
"name": "GRMustache",
"version": "6.1.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Flexible and production-ready Mustache templates for 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": "v6.1.2"
},
"source_files": "src/classes",
"private_header_files": "src/classes/*_private.h",
"frameworks": "Foundation",
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
},
"requires_arc": false
}