blob: 7b0af7bbfe0d876c3f9c11158075eb226608b47c [file] [log] [blame]
{
"name": "SnapshotTesting",
"version": "1.8.2",
"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.8.2"
},
"swift_versions": [
"5.0",
"5.1.2",
"5.2"
],
"platforms": {
"ios": "11.0",
"osx": "10.10",
"tvos": "10.0"
},
"frameworks": "XCTest",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"swift_version": "5.2"
}