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