blob: 5aa09c96b845c1ca92962a7dab7fc45d02d5d314 [file] [log] [blame]
{
"name": "Spry+Nimble",
"version": "3.2.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.2.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Example/SourceNimble/*",
"frameworks": "XCTest",
"dependencies": {
"Nimble": [
"> 7.0.0"
],
"Spry": [
"3.2.1"
]
}
}