blob: ea0f902c6b720f72066aa3098e2ce3657426b3b8 [file] [log] [blame]
{
"name": "StagehandTesting",
"version": "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": "1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0.1",
"source_files": "Stagehand/Classes/Testing/**/*",
"dependencies": {
"Stagehand": [
"1.0"
],
"iOSSnapshotTestCase": [
"~> 6.1"
]
},
"swift_version": "5.0.1"
}