[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 5 / 6 / Spry+Nimble / 3.1.1 / Spry+Nimble.podspec.json
blobadd409cf9d9bc787251fde1a8e245fe39f0db0f9
2   "name": "Spry+Nimble",
3   "version": "3.1.1",
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.1.1"
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.1.1"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"