We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80da33 commit 3ecee6dCopy full SHA for 3ecee6d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+- Fix macOS support post swift-format dependency range increase
2
+- Remove SwiftFormat dependency for now.
3
+
4
- Loosen dependency requirements to make updating cuckoo versions easier
5
6
- Fix Path-related warnings from CuckooPluginFile
Cuckoo.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Cuckoo'
- s.version = '2.0.17'
+ s.version = '2.0.18'
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.0.17
+2.0.18
0 commit comments