blob: 76505cd6e0f2ecfa3e6b15e61a296519a1dc978e [file] [log] [blame]
{
"name": "RapidTests",
"version": "1.0.3",
"summary": "UI testing framework build on top of Quick & Nimble.",
"description": "RapidTests is a UI testing framework built to ease the creation and\n maintenance of UI tests in a complex iOS application. This framework is used only in\n test targets, but depends on a partner framework that is integrated into the\n application targets (RapidA11y). RapidTests is heavily built on Quick & Nimble for the\n definition and syntax of writing tests and assertions in Swift.",
"homepage": "https://github.com/creatubbles/Rapid",
"license": {
"type": "MIT",
"text": "\n Copyright (c) 2017 coolbnjmn <hendricksbenjamin@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n "
},
"authors": {
"coolbnjmn": "benjamin@creatubbles.com"
},
"source": {
"git": "https://github.com/creatubbles/Rapid.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RapidTests/*.*",
"frameworks": "XCTest",
"dependencies": {
"Quick": [
"~> 0.10.0"
],
"Nimble": [
"~> 5.0.0"
],
"RapidA11y": [
]
},
"pushed_with_swift_version": "3.1"
}