[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 1 / ViewInspector / 0.8.1 / ViewInspector.podspec.json
blob94a88be121834509e9c64738a6fe42a151ded423
2   "name": "ViewInspector",
3   "version": "0.8.1",
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   },
17   "swift_versions": "5.0",
18   "frameworks": "XCTest",
19   "source": {
20     "git": "https://github.com/nalexn/ViewInspector.git",
21     "tag": "0.8.1"
22   },
23   "source_files": "Sources/ViewInspector/**/*.swift",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/ViewInspectorTests/**/*.swift",
29       "resources": "Tests/ViewInspectorTests/TestResources/**/*"
30     }
31   ],
32   "swift_version": "5.0"