[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / e / c / RetroVisor / 0.2.0 / RetroVisor.podspec.json
blobdffff7733fb98a64aba4a3d92364fffdd4524fb4
2   "name": "RetroVisor",
3   "version": "0.2.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Vid Tadel": "vid@tadel.net"
10   },
11   "platforms": {
12     "ios": "12.1"
13   },
14   "source": {
15     "git": "https://github.com/tadelv/RetroVisor.git",
16     "tag": "0.2.0"
17   },
18   "source_files": "RetroVisor",
19   "swift_versions": "5.3",
20   "swift_version": "5.3"