CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
3pods
UI Testing in Xcode 7 doesn't offer any way to wait for elements to exist.
This adds a few helper methods to XCTestCase, such as:
waitForElementToExist: - waits until element.exists returns YESwaitForElementToNotExist: - waits until element.exists returns NOwaitForActivityIndicatorToFinish - waits until the (assumed) only activity indicator stops animatingLicense: MIT