[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 8 / 1 / ViewInspector / 0.3.8 / ViewInspector.podspec.json
blob46bc415b1fd078be90f1e940816f0bc4245bf37c
2   "name": "ViewInspector",
3   "version": "0.3.8",
4   "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.",
5   "homepage": "https://github.com/nalexn/ViewInspector",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alexey Naumov": "alexey@naumov.tech"
12   },
13   "platforms": {
14     "ios": "13.0",
15     "osx": "10.15",
16     "tvos": "13.0"
17   },
18   "frameworks": "XCTest",
19   "source": {
20     "git": "https://github.com/nalexn/ViewInspector.git",
21     "tag": "0.3.8"
22   },
23   "source_files": "Sources/ViewInspector/**/*.swift",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/ViewInspectorTests/**/*.swift"
29     }
30   ]