blob: f47f47e5f7d9cb2ec407bdbb9e6e18b0f412593d [file] [log] [blame]
{
"name": "Html",
"version": "0.3.1",
"summary": "A Swift DSL for type-safe, extensible, and transformable HTML documents.",
"description": "The popular choice for rendering HTML in Swift these days is to use\ntemplating languages, but they expose your application to runtime errors and\ninvalid HTML. Our library prevents these runtime issues at compile-time by\nembedding HTML directly into Swift’s powerful type system.",
"homepage": "https://github.com/pointfreeco/swift-html",
"license": "MIT",
"authors": {
"Stephen Celis": "stephen@stephencelis.com",
"Brandon Williams": "mbw234@gmail.com"
},
"social_media_url": "https://twitter.com/pointfreeco",
"source": {
"git": "https://github.com/pointfreeco/swift-html.git",
"tag": "0.3.1"
},
"swift_versions": [
"5.0",
"4.2"
],
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/Html/**/*.swift"
}