blob: ea11bb69c37a77d0560b0af88e352be8be991dea [file] [log] [blame]
{
"name": "XCUITestsAdditions",
"version": "1.0",
"summary": "Convenient methods used for waiting for UI elements",
"description": "XCUITestsAdditions provides simple methods that may help you in everyday work with XCode UI Tests.",
"homepage": "https://github.com/dstranz/XCUITestsAdditions",
"license": "MIT",
"authors": {
"Dominique Stranz": "web@dstranz.me"
},
"source": {
"git": "https://github.com/dstranz/XCUITestsAdditions.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/dstranz",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XCUITestsAdditions": [
"Pod/Assets/*.png"
]
},
"frameworks": "XCTest"
}