blob: 46bc415b1fd078be90f1e940816f0bc4245bf37c [file] [log] [blame]
{
"name": "ViewInspector",
"version": "0.3.8",
"summary": "ViewInspector is a library for unit testing SwiftUI views.\n It allows for traversing a view hierarchy at runtime providing direct access to the underlying View structs.",
"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"
},
"frameworks": "XCTest",
"source": {
"git": "https://github.com/nalexn/ViewInspector.git",
"tag": "0.3.8"
},
"source_files": "Sources/ViewInspector/**/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/ViewInspectorTests/**/*.swift"
}
]
}