blob: 5574da8d67b7b8a59038d0c1057e2f26839be6d7 [file] [log] [blame]
{
"name": "AccessibilitySnapshot",
"version": "0.3.0",
"summary": "Easy regression testing for iOS accessibility",
"homepage": "https://github.com/CashApp/AccessibilitySnapshot",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Square",
"source": {
"git": "https://github.com/CashApp/AccessibilitySnapshot.git",
"tag": "0.3.0"
},
"swift_versions": "5.0.1",
"platforms": {
"ios": "10.0"
},
"source_files": "AccessibilitySnapshot/Classes/**/*.{swift,h,m}",
"public_header_files": [
"AccessibilitySnapshot/Classes/FBSnapshotTestCase_Accessibility.h",
"AccessibilitySnapshot/Classes/UIAccessibilityStatusUtility.h",
"AccessibilitySnapshot/Classes/UIView+DynamicTypeSnapshotting.h"
],
"resource_bundles": {
"AccessibilitySnapshot": [
"AccessibilitySnapshot/Assets/**/*.{strings,xcassets}"
]
},
"frameworks": "XCTest",
"weak_frameworks": "XCTest",
"dependencies": {
"iOSSnapshotTestCase": [
"~> 6.0"
],
"fishhook": [
"~> 0.2"
]
},
"swift_version": "5.0.1"
}