2 "name": "JAMTestHelper",
4 "summary": "A few additions to XCTest geared towards UI Testing in Xcode 7 and iOS 9.",
5 "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",
10 "homepage": "https://github.com/joemasilotti/JAMTestHelper.git",
12 "Joe Masilotti": "joe@masilotti.com"
14 "social_media_url": "http://twitter.com/joemasilotti",
19 "git": "https://github.com/joemasilotti/JAMTestHelper.git",
22 "frameworks": "XCTest",
23 "source_files": "JAM Test Helper",
24 "public_header_files": "JAM Test Helper/**/*.h"