blob: ac73db781f5f3dd0e071dc02fc335c977b99469e [file] [log] [blame]
{
"name": "GRMustache.swift",
"version": "1.0.1",
"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": "1.0.1"
},
"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"
}