blob: 6eae2967f2148702d3469eb4e49df1a6259311cf [file] [log] [blame]
{
"name": "AccessibilitySnapshot+SnapshotTesting",
"version": "0.1.0",
"summary": "Easy regression testing for iOS accessibility",
"homepage": "https://github.com/Sherlouk/AccessibilitySnapshot-SnapshotTesting",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Sherlouk",
"source": {
"git": "https://github.com/Sherlouk/AccessibilitySnapshot-SnapshotTesting.git",
"tag": "0.1.0"
},
"swift_versions": "5.0.1",
"platforms": {
"ios": "10.0"
},
"source_files": "AccessibilitySnapshot/Pointfree/Classes/**/*.{swift,h,m}",
"dependencies": {
"AccessibilitySnapshot/Core": [
],
"SnapshotTesting": [
"~> 1.7.2"
]
},
"frameworks": "XCTest",
"weak_frameworks": "XCTest",
"swift_version": "5.0.1"
}