blob: f0b8bab17194dcee153680468a6cb3c4bf5401fc [file] [log] [blame]
{
"name": "HtmlSnapshotTesting",
"version": "0.2.0",
"summary": "SnapshotTesting strategies for Html.",
"description": "Snapshot test your HTML with ease with ready-to-use strategies.",
"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.2.0"
},
"swift_version": "4.2.1",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"dependencies": {
"Html": [
"~> 0.2"
],
"SnapshotTesting": [
"~> 1.1"
]
},
"source_files": "Sources/HtmlSnapshotTesting/**/*.swift"
}