blob: ebbbfeb12497bab84e8a6d3e5d736b032b233edd [file] [log] [blame]
{
"name": "JAMTestHelper",
"version": "0.0.3",
"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\n This 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\n",
"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.3"
},
"frameworks": "XCTest",
"source_files": "JAM Test Helper",
"public_header_files": "JAM Test Helper/**/*.h"
}