blob: fb15e2933576a4e63acad09a3d586464b899cf93 [file] [log] [blame]
{
"name": "Spry+Nimble",
"version": "3.1",
"summary": "Nimble matcher for test expectations on Spyable objects.",
"description": "Spry+Nimble allows developers, used to working with Quick/Nimble, be able to test whether or not functions were called on objects in a helpful Nimble matcher. The haveReceived matcher contains rich failure messages when tests fail.",
"homepage": "https://github.com/Rivukis/Spry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Radebaugh": "Rivukis@gmail.com"
},
"source": {
"git": "https://github.com/Rivukis/Spry.git",
"tag": "3.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Example/SourceNimble/*",
"frameworks": "XCTest",
"dependencies": {
"Nimble": [
"> 7.0.0"
],
"Spry": [
"3.1"
]
},
"pushed_with_swift_version": "3.0"
}