blob: d418824c0525a3d1ea89fa0b7b449b777777bf17 [file] [log] [blame]
{
"name": "Stencil",
"version": "0.2.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.2.0"
},
"source_files": [
"Stencil/*.swift",
"Stencil/TemplateLoader/*.swift"
],
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"PathKit": [
"~> 0.3.0"
]
}
}