blob: c9694ba6dd92fe909be8655811a795d8d50eee7d [file] [log] [blame]
{
"name": "SwiftSnapshotTesting",
"version": "0.1.4",
"summary": "Swift Snapshot Testing",
"homepage": "https://github.com/eugenebokhan/SwiftSnapshotTesting",
"authors": {
"Eugene Bokhan": "eugenebokhan@protonmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/eugenebokhan/SwiftSnapshotTesting.git",
"tag": "0.1.4"
},
"swift_versions": "5.2",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"default_subspecs": "Device",
"subspecs": [
{
"name": "Device",
"source_files": "Sources/**/*.{swift,metal,h}",
"private_header_files": "Sources/**/*.{h}",
"dependencies": {
"ResourcesBridge": [
"~> 0.0.1"
],
"Alloy/Shaders": [
"~> 0.16.0"
],
"DeviceKit": [
]
},
"frameworks": [
"XCTest",
"UIKit",
"Foundation",
"QuartzCore"
]
},
{
"name": "Simulator",
"source_files": "Sources/**/*.{swift,metal,h}",
"private_header_files": "Sources/**/*.{h}",
"dependencies": {
"Alloy/Shaders": [
"~> 0.16.0"
],
"DeviceKit": [
]
},
"frameworks": [
"XCTest",
"UIKit",
"Foundation",
"QuartzCore"
]
}
],
"swift_version": "5.2"
}