[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / 2 / a / SwiftSnapshotTesting / 0.1.1 / SwiftSnapshotTesting.podspec.json
blob9fd59fbc6af32baebd91d1c0ae784cedd2ec2607
2   "name": "SwiftSnapshotTesting",
3   "version": "0.1.1",
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.1"
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}",
25       "dependencies": {
26         "ResourcesBridge": [
27           "~> 0.0.1"
28         ],
29         "Alloy/Shaders": [
30           "~> 0.14.2"
31         ]
32       },
33       "frameworks": [
34         "XCTest",
35         "UIKit",
36         "Foundation",
37         "QuartzCore"
38       ]
39     },
40     {
41       "name": "Simulator",
42       "source_files": "Sources/**/*.{swift}",
43       "dependencies": {
44         "Alloy/Shaders": [
45           "~> 0.14.2"
46         ]
47       },
48       "frameworks": [
49         "XCTest",
50         "UIKit",
51         "Foundation",
52         "QuartzCore"
53       ]
54     }
55   ],
56   "swift_version": "5.2"