4 "summary": "Tools to help with UnitTesting UIViews",
5 "description": "Use RetroVisor in your UIView unit tests, to easiliy access certain UIViews, similarly\nto Xcode's UITesting XCUIElements and related types.\n\nAccess a given UIView's subviews recursively through the added `elements` property, on which you can then perform\ndifferent queries, like text matching or even completely custom filtering with a custom predicate",
6 "homepage": "https://github.com/tadelv/RetroVisor",
9 "Vid Tadel": "vid@tadel.net"
15 "git": "https://github.com/tadelv/RetroVisor.git",
18 "source_files": "RetroVisor",
19 "swift_versions": "5.3",
20 "swift_version": "5.3"