blob: 7d4e9005f4d3435e9f42d01922aff1fb5e2c309c [file] [log] [blame]
{
"name": "SwiftSnapshotTesting",
"version": "0.1.0",
"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.0"
},
"swift_versions": "5.2",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"default_subspecs": "Device",
"subspecs": [
{
"name": "Device",
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"ResourcesBridge": [
"~> 0.0.1"
],
"Alloy/Shaders": [
"~> 0.14.2"
]
},
"frameworks": [
"XCTest",
"UIKit",
"Foundation",
"QuartzCore"
]
},
{
"name": "Simulator",
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"Alloy/Shaders": [
"~> 0.14.2"
]
},
"frameworks": [
"XCTest",
"UIKit",
"Foundation",
"QuartzCore"
]
}
],
"swift_version": "5.2"
}