blob: e1f76b4650a40186737c9503758230743bf067ca [file] [log] [blame]
{
"name": "XCUIElement+Visible",
"version": "0.0.1",
"summary": "It adds visible property to XCUIElement",
"description": "This extension adds computed property visible to XCUIElement. It is useful in UI Testing for checking if an element is visible on the screen.",
"homepage": "https://github.com/albinekcom/XCUIElement-Visible",
"license": "MIT",
"authors": {
"Albin 'albinek' Sadowski": "albinek@albinek.com"
},
"social_media_url": "http://twitter.com/albinekcom",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/albinekcom/XCUIElement-Visible.git",
"tag": "0.0.1"
},
"source_files": "Sources",
"frameworks": "XCTest"
}