blob: 070a47a5c3942cb92a24e7cf82f75c3e45bfc6ad [file] [log] [blame]
{
"name": "Stencil",
"version": "0.1.0",
"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.0"
},
"source_files": "Stencil/*.{h,swift}",
"requires_arc": true
}