[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 1 / ViewInspector / 0.5.4 / ViewInspector.podspec.json
blob3c7ef85234069a74a3b90cda0c3214c1487600a3
2   "name": "ViewInspector",
3   "version": "0.5.4",
4   "summary": "ViewInspector is a library for unit testing SwiftUI views.",
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   "swift_versions": "5.0",
19   "frameworks": "XCTest",
20   "source": {
21     "git": "https://github.com/nalexn/ViewInspector.git",
22     "tag": "0.5.4"
23   },
24   "source_files": "Sources/ViewInspector/**/*.swift",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": "Tests/ViewInspectorTests/**/*.swift"
30     }
31   ],
32   "swift_version": "5.0"