blob: 0ee1b35cfedc7eb1e81ed310ea414566572e33e2 [file] [log] [blame]
{
"name": "GRMustache.swift",
"version": "0.11.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Flexible Mustache templates for Swift.",
"homepage": "https://github.com/groue/GRMustache.swift",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/groue/GRMustache.swift.git",
"tag": "v0.11.0"
},
"source_files": "Mustache/**/*.{h,m,swift}",
"module_name": "Mustache",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "Foundation"
}