blob: b5b6686abfef2c946ef37f40d551987bbb0bcf71 [file] [log] [blame]
{
"name": "JAMTestHelper",
"version": "0.0.4",
"summary": "A few additions to XCTest geared towards UI Testing in Xcode 7 and iOS 9.",
"description": "UI Testing in Xcode 7 doesn't offer any way to wait for elements to exist.\n\nThis adds a few helper methods to `XCTestCase`, such as:\n\n* `waitForElementToExist:` - waits until `element.exists` returns `YES`\n* `waitForElementToNotExist:` - waits until `element.exists` returns `NO`\n* `waitForActivityIndicatorToFinish` - waits until the (assumed) only activity indicator stops animating",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/joemasilotti/JAMTestHelper.git",
"authors": {
"Joe Masilotti": "joe@masilotti.com"
},
"social_media_url": "http://twitter.com/joemasilotti",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/joemasilotti/JAMTestHelper.git",
"tag": "0.0.4"
},
"frameworks": "XCTest",
"source_files": "JAM Test Helper",
"public_header_files": "JAM Test Helper/**/*.h"
}