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 bce40eb commit c43e846Copy full SHA for c43e846
.DS_Store
0 Bytes
Cartfile.private
@@ -1,2 +1,6 @@
1
github "Quick/Quick"
2
-github "Quick/Nimble"
+
3
+# Release 7.0.1 produces a build error due to using a `swift-version` argument
4
+# See: https://github.com/Quick/Nimble/issues/434
5
+# As of now fix has not been released yet.
6
+github "Quick/Nimble" == 7.0.0
Cartfile.resolved
@@ -1,3 +1,3 @@
-github "Quick/Nimble" "v7.0.1"
+github "Quick/Nimble" "v7.0.0"
github "Quick/Quick" "v1.1.0"
github "ReSwift/ReSwift" "4.0.0"
0 commit comments