blob: c008cdc4e33f67f9fef3c0801022df577e3f42f5 [file] [log] [blame]
{
"name": "GRDBSnapshotTesting",
"version": "0.2.1",
"summary": "Snapshot tests for GRDB database migrations",
"description": "SnapshotTesting plug-in for testing GRDB database migrations.",
"homepage": "https://github.com/SebastianOsinski/GRDBSnapshotTesting",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SebastianOsinski": "seb.osinski@gmail.com"
},
"source": {
"git": "https://github.com/SebastianOsinski/GRDBSnapshotTesting.git",
"tag": "0.2.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "GRDBSnapshotTesting/Sources/**/*.swift",
"dependencies": {
"GRDB.swift": [
"~> 4.1"
],
"SnapshotTesting": [
"~> 1.7"
]
},
"frameworks": "XCTest",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"swift_version": "5.0"
}