[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 5 / 6 / Spry+Nimble / 3.2.3 / Spry+Nimble.podspec.json
blob06c54a4d08bd1ddab02b4bd41db7d58610893ffa
2   "name": "Spry+Nimble",
3   "version": "3.2.3",
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.3"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Example/SourceNimble/*",
23   "frameworks": "XCTest",
24   "dependencies": {
25     "Nimble": [
26       "> 7.0.0"
27     ],
28     "Spry": [
29       "3.2.3"
30     ]
31   }