[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / d / 5 / XCUITestsAdditions / 1.0 / XCUITestsAdditions.podspec.json
blobea11bb69c37a77d0560b0af88e352be8be991dea
2   "name": "XCUITestsAdditions",
3   "version": "1.0",
4   "summary": "Convenient methods used for waiting for UI elements",
5   "description": "XCUITestsAdditions provides simple methods that may help you in everyday work with XCode UI Tests.",
6   "homepage": "https://github.com/dstranz/XCUITestsAdditions",
7   "license": "MIT",
8   "authors": {
9     "Dominique Stranz": "web@dstranz.me"
10   },
11   "source": {
12     "git": "https://github.com/dstranz/XCUITestsAdditions.git",
13     "tag": "1.0"
14   },
15   "social_media_url": "https://twitter.com/dstranz",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "XCUITestsAdditions": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "XCTest"