4 "summary": "Spry is spying and stubbing framework for Apple's Swift language.",
5 "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.",
6 "homepage": "https://github.com/Rivukis/Spry",
12 "Brian Radebaugh": "Rivukis@gmail.com"
15 "git": "https://github.com/Rivukis/Spry.git",
21 "source_files": "SpryExample/Spry_Source/*",
22 "pushed_with_swift_version": "3.0"