We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec94a0 commit 7b7796eCopy full SHA for 7b7796e
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+- Temporarily omit OCMock from SPM.
2
+
3
- Fix podspec.
4
- Improve code readability.
5
- Add GitHub test action.
Cuckoo.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Cuckoo'
- s.version = '2.0.11'
+ s.version = '2.0.12'
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.0.11
+2.0.12
0 commit comments