| { |
| "name": "JAMTestHelper", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "frameworks": "XCTest", |
| "source_files": "JAM Test Helper", |
| "public_header_files": "JAM Test Helper/**/*.h" |
| } |