blob: e0df01dc3bc15bb47abf1ca7ba2ec1a832746052 [file] [log] [blame]
{
"name": "Spry",
"version": "3.0.1",
"summary": "Spry is spying and stubbing framework for Apple's Swift language.",
"description": "Spry allows developers to test a specific object without having to test dependency objects that the subject under test uses. Spyable allows a developer to check whether or not a function was called on an object with the correct arguments. Stubbable allows a developer to stub return values (or the entire implementation of a function) to ensure proper encapsulation during tests.",
"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.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Example/Source/*",
"pushed_with_swift_version": "3.0"
}