blob: 321bce1efc7d6bf364f98217fc4f18211a39264b [file] [log] [blame]
{
"name": "ViewInspector",
"version": "0.4.8",
"summary": "ViewInspector is a library for unit testing SwiftUI views.",
"homepage": "https://github.com/nalexn/ViewInspector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexey Naumov": "alexey@naumov.tech"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0"
},
"swift_versions": "5.0",
"frameworks": "XCTest",
"source": {
"git": "https://github.com/nalexn/ViewInspector.git",
"tag": "0.4.8"
},
"source_files": "Sources/ViewInspector/**/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/ViewInspectorTests/**/*.swift"
}
],
"swift_version": "5.0"
}