[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / d / 5 / 6 / Spry+Nimble / 3.2 / Spry+Nimble.podspec.json
blob59381f5aef8ce0615a548a4a17cb4a999fcf3417
2   "name": "Spry+Nimble",
3   "version": "3.2",
4   "summary": "Nimble matcher for test expectations on Spyable objects.",
5   "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.",
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"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Example/SourceNimble/*",
22   "frameworks": "XCTest",
23   "dependencies": {
24     "Nimble": [
25       "> 7.0.0"
26     ],
27     "Spry": [
28       "3.2"
29     ]
30   }