[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / 8 / 1 / ViewInspector / 0.9.4 / ViewInspector.podspec.json
blobcc367b952a5dcd8c89d838ae284f1dd920ad7c52
2   "name": "ViewInspector",
3   "version": "0.9.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": "a.naumov91@gmail.com"
12   },
13   "platforms": {
14     "ios": "13.0",
15     "osx": "10.15",
16     "tvos": "13.0"
17   },
18   "swift_versions": "5.7",
19   "frameworks": "XCTest",
20   "source": {
21     "git": "https://github.com/nalexn/ViewInspector.git",
22     "tag": "0.9.4"
23   },
24   "source_files": "Sources/ViewInspector/**/*.swift",
25   "pod_target_xcconfig": {
26     "ENABLE_TESTING_SEARCH_PATHS": "YES"
27   },
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "Tests/ViewInspectorTests/**/*.swift",
33       "resources": "Tests/ViewInspectorTests/TestResources/**/*"
34     }
35   ],
36   "swift_version": "5.7"