[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / c / JAMTestHelper / 0.0.3 / JAMTestHelper.podspec.json
blobebbbfeb12497bab84e8a6d3e5d736b032b233edd
2   "name": "JAMTestHelper",
3   "version": "0.0.3",
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",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/joemasilotti/JAMTestHelper.git",
11   "authors": {
12     "Joe Masilotti": "joe@masilotti.com"
13   },
14   "social_media_url": "http://twitter.com/joemasilotti",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/joemasilotti/JAMTestHelper.git",
20     "tag": "0.0.3"
21   },
22   "frameworks": "XCTest",
23   "source_files": "JAM Test Helper",
24   "public_header_files": "JAM Test Helper/**/*.h"