blob: e3987afbe06567793883ebc2549fe747f151ce75 [file] [log] [blame]
{
"name": "SnapshotTesting",
"version": "1.2.0",
"summary": "Tests that save and assert against reference data",
"description": "Automatically record app data into test assertions. Snapshot tests capture\nthe entirety of a data structure and cover far more surface area than a\ntypical unit test.",
"homepage": "https://github.com/pointfreeco/swift-snapshot-testing",
"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-snapshot-testing.git",
"tag": "1.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"frameworks": "XCTest",
"source_files": [
"Sources",
"Sources/**/*.swift"
]
}