We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c771119 commit fad35deCopy full SHA for fad35de
3 files changed
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+- Set exact versions for dependencies to prevent future compile errors.
2
+
3
- Fix protocol DefaultImpl with associated types + generic functions
4
- fix(podspec): remove sub.source_files = [] which caused OCMock subspec to fetch no source files
5
Cuckoo.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Cuckoo'
- s.version = '2.2.0'
+ s.version = '2.2.1'
s.summary = 'Cuckoo - first boilerplate-free Swift mocking framework.'
s.description = <<-DESC
6
Cuckoo is a mocking framework with an easy to use API (inspired by Mockito).
version
@@ -1 +1 @@
-2.2.0
+2.2.1
0 commit comments