blob: e2b6b9a2a2f8210132434073c1b3ae56f87eaee4 [file] [log] [blame]
{
"name": "XCUITestsAdditions",
"version": "1.1",
"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.1"
},
"social_media_url": "https://twitter.com/dstranz",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "XCTest"
}