blob: b87b9e273a3db49dedda76cb2af9483b08ca6c1c [file] [log] [blame]
{
"name": "StagehandTesting",
"version": "2.1.0",
"summary": "Utilities for snapshot testing animations created using the Stagehand framework",
"homepage": "https://github.com/CashApp/Stagehand",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Square",
"source": {
"git": "https://github.com/CashApp/Stagehand.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0.1",
"source_files": "Sources/StagehandTesting/**/*",
"dependencies": {
"Stagehand": [
"2.1.0"
],
"iOSSnapshotTestCase": [
"~> 6.1"
]
},
"frameworks": "XCTest",
"weak_frameworks": "XCTest",
"swift_version": "5.0.1"
}