We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c776764 commit 07f7767Copy full SHA for 07f7767
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+- Fix protocol DefaultImpl with associated types + generic functions
2
+- fix(podspec): remove sub.source_files = [] which caused OCMock subspec to fetch no source files
3
+
4
- Update README stub instructions.
5
- Fix typed throws
6
Cuckoo.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Cuckoo'
- s.version = '2.1.2'
+ s.version = '2.2.0'
s.summary = 'Cuckoo - first boilerplate-free Swift mocking framework.'
s.description = <<-DESC
Cuckoo is a mocking framework with an easy to use API (inspired by Mockito).
version
@@ -1 +1 @@
-2.1.2
+2.2.0
0 commit comments