blob: 11414636330bfd2c5584bdd519d8480b6ec532f5 [file] [log] [blame]
{
"name": "StaticWebsiteGenerator",
"version": "0.0.1-beta3",
"summary": "Simple static website generator library written in Swift.",
"description": "Simple static website generator library written in Swift. Use it to generate static website that can be hosted in Amazon S3 any other hosting.",
"homepage": "https://github.com/diniska/StaticWebsiteGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Chaschin": "diniska@users.noreply.github.com"
},
"social_media_url": "http://twitter.com/diniska_",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/diniska/StaticWebsiteGenerator.git",
"tag": "0.0.1-beta3"
},
"source_files": [
"Source/*.swift",
"Source/**/*.swift"
],
"resources": [
"Resources/Templates/sitemap.xml",
"Resources/Templates/robots.txt"
],
"dependencies": {
"Stencil": [
"~> 0.7.2"
],
"PathKit": [
"~> 0.7.0"
]
},
"pushed_with_swift_version": "3.0"
}