[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / a / c / JAMTestHelper / 0.0.4 / JAMTestHelper.podspec.json
blobb5b6686abfef2c946ef37f40d551987bbb0bcf71
2   "name": "JAMTestHelper",
3   "version": "0.0.4",
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\nThis 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",
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.4"
21   },
22   "frameworks": "XCTest",
23   "source_files": "JAM Test Helper",
24   "public_header_files": "JAM Test Helper/**/*.h"