blob: 8b0a2ca546e078145b94c17638bc10670c54b3d9 [file] [log] [blame]
{
"name": "Spry+Nimble",
"version": "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": "2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Example/SourceNimble/*",
"frameworks": "XCTest",
"dependencies": {
"Nimble": [
],
"Spry": [
]
},
"pushed_with_swift_version": "3.0"
}