[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 2 / Spry / 3.2.3 / Spry.podspec.json
blob3e66e719926d0581d8cd9d9d24b78125b8048e34
2   "name": "Spry",
3   "version": "3.2.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brian Radebaugh": "Rivukis@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Rivukis/Spry.git",
16     "tag": "3.2.3"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Example/Source/*"