blob: 49e8437e40b24a1e0854ef4cb102827a6a21ed37 [file] [log] [blame]
{
"name": "Stencil",
"version": "0.1.1",
"summary": "Stencil is a simple and powerful template language for Swift.",
"homepage": "https://github.com/kylef/Stencil",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "inbox@kylefuller.co.uk"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Stencil.git",
"tag": "0.1.1"
},
"source_files": "Stencil/*.{h,swift}",
"requires_arc": true
}