blob: cd38bd2788001cf1d691661a0aa5b52cf1d1c239 [file] [log] [blame]
{
"name": "GRMustache.swift",
"version": "2.0.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": "2.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",
"pushed_with_swift_version": "3.0"
}