[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 2 / a / SwiftSnapshotTesting / 0.1.3 / SwiftSnapshotTesting.podspec.json
blobc8a56df113f6c49ed7923ae735f6b815fd79e8f5
2   "name": "SwiftSnapshotTesting",
3   "version": "0.1.3",
4   "summary": "Swift Snapshot Testing",
5   "homepage": "https://github.com/eugenebokhan/SwiftSnapshotTesting",
6   "authors": {
7     "Eugene Bokhan": "eugenebokhan@protonmail.com"
8   },
9   "platforms": {
10     "ios": "12.0"
11   },
12   "source": {
13     "git": "https://github.com/eugenebokhan/SwiftSnapshotTesting.git",
14     "tag": "0.1.3"
15   },
16   "swift_versions": "5.2",
17   "pod_target_xcconfig": {
18     "ENABLE_BITCODE": "NO"
19   },
20   "default_subspecs": "Device",
21   "subspecs": [
22     {
23       "name": "Device",
24       "source_files": "Sources/**/*.{swift,metal,h}",
25       "private_header_files": "Sources/**/*.{h}",
26       "dependencies": {
27         "ResourcesBridge": [
28           "~> 0.0.1"
29         ],
30         "Alloy/Shaders": [
31           "~> 0.14.0"
32         ],
33         "DeviceKit": [
35         ]
36       },
37       "frameworks": [
38         "XCTest",
39         "UIKit",
40         "Foundation",
41         "QuartzCore"
42       ]
43     },
44     {
45       "name": "Simulator",
46       "source_files": "Sources/**/*.{swift,metal,h}",
47       "private_header_files": "Sources/**/*.{h}",
48       "dependencies": {
49         "Alloy/Shaders": [
50           "~> 0.14.0"
51         ],
52         "DeviceKit": [
54         ]
55       },
56       "frameworks": [
57         "XCTest",
58         "UIKit",
59         "Foundation",
60         "QuartzCore"
61       ]
62     }
63   ],
64   "swift_version": "5.2"