blob: 279a6d0274c573f716bac912cd87b953151c35c1 [file] [log] [blame]
{
"name": "GRMustache.swift",
"version": "0.9.4",
"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.9.4"
},
"source_files": "Mustache/**/*.{h,m,swift}",
"module_name": "Mustache",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "Foundation"
}