Files
swiftpm-stencil/Stencil.podspec.json
Kyle Fuller 4a93815d4c chore: Release 0.10.0
Closes #148
2017-10-28 21:37:50 +01:00

31 lines
634 B
JSON

{
"name": "Stencil",
"version": "0.10.0",
"summary": "Stencil is a simple and powerful template language for Swift.",
"homepage": "https://stencil.fuller.li",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "https://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Stencil.git",
"tag": "0.10.0"
},
"source_files": [
"Sources/*.swift"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"dependencies": {
"PathKit": [ "~> 0.8.0" ]
}
}