2 "name": "SnapshotTesting",
4 "summary": "Tests that save and assert against reference data",
5 "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.",
6 "homepage": "https://github.com/pointfreeco/swift-snapshot-testing",
9 "Stephen Celis": "stephen@stephencelis.com",
10 "Brandon Williams": "mbw234@gmail.com"
12 "social_media_url": "https://twitter.com/pointfreeco",
14 "git": "https://github.com/pointfreeco/swift-snapshot-testing.git",
17 "swift_versions": "5.0",
23 "frameworks": "XCTest",
24 "pod_target_xcconfig": {
25 "ENABLE_BITCODE": "NO"
31 "swift_version": "5.0"