blob: 8665ab030949c4778949c7ae11826a07078ef2f9 [file] [log] [blame]
{
"name": "HSUIAutomationCheat",
"version": "0.0.5",
"deprecated": true,
"summary": "Drive your app using UIAutomation - painlessly",
"description": "Snapshot makes it easy to automate snapshots in multiple languages, but it requires apple's painful UIAutomation.\n\nThis class bypasses UIAutomation to let you drive your app with notifications.",
"homepage": "https://github.com/ConfusedVorlon/HSUIAutomationCheat",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rob": "Rob@HobbyistSoftware.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ConfusedVorlon/HSUIAutomationCheat.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "XCTest"
}