blob: 473cb92330337a50ea03fde432a1a7c110cb83ab [file] [log] [blame]
{
"name": "SwiftSnapshotTesting",
"version": "0.0.1",
"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.0.1"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.2",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"ResourcesBridge": [
],
"Alloy/Shaders": [
],
"DeviceKit": [
]
},
"frameworks": [
"XCTest",
"UIKit",
"Foundation",
"QuartzCore"
],
"swift_version": "5.2"
}