blob: d79ceb053bbed63efc38bd2a96d50307f946aea6 [file] [log] [blame]
{
"name": "StagehandTesting",
"version": "3.0.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": "3.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0.1",
"source_files": "Sources/StagehandTesting/**/*",
"dependencies": {
"Stagehand": [
"3.0.0"
],
"iOSSnapshotTestCase": [
"~> 6.1"
]
},
"frameworks": "XCTest",
"weak_frameworks": "XCTest",
"swift_version": "5.0.1"
}