[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / 6 / 2 / a / SwiftSnapshotTesting / 0.1.2 / SwiftSnapshotTesting.podspec.json
blobed82f79e56e47eb5ce9c20ae50bd4e2530e66858
2   "name": "SwiftSnapshotTesting",
3   "version": "0.1.2",
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.2"
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.2"
32         ]
33       },
34       "frameworks": [
35         "XCTest",
36         "UIKit",
37         "Foundation",
38         "QuartzCore"
39       ]
40     },
41     {
42       "name": "Simulator",
43       "source_files": "Sources/**/*.{swift,metal,h}",
44       "private_header_files": "Sources/**/*.{h}",
45       "dependencies": {
46         "Alloy/Shaders": [
47           "~> 0.14.2"
48         ]
49       },
50       "frameworks": [
51         "XCTest",
52         "UIKit",
53         "Foundation",
54         "QuartzCore"
55       ]
56     }
57   ],
58   "swift_version": "5.2"