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