blob: 4c9fb8d624f3d54dbf63739ff0f5576bcaa6f1bf [file] [log] [blame]
{
"name": "GRMustache.swift4",
"version": "3.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Flexible Mustache templates for Swift.",
"homepage": "https://github.com/moray95/GRMustache.swift",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/moray95/GRMustache.swift.git",
"tag": "3.0.0"
},
"source_files": [
"Sources/**/*.{h,m,swift}",
"ObjC/**/*.{h,m,swift}"
],
"module_name": "Mustache",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"frameworks": "Foundation"
}