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.
2 parents 1fd043f + 3e11279 commit 93b77bfCopy full SHA for 93b77bf
TestingExtensions.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |s|
3
s.name = 'TestingExtensions'
4
- s.version = '0.2.8'
+ s.version = '0.2.10'
5
s.summary = 'Testing helpers and extensions for SwiftRex and Combine'
6
7
s.homepage = 'https://github.com/SwiftRex/TestingExtensions'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
18
s.frameworks = 'XCTest', 'SwiftUI'
19
20
- s.dependency 'SwiftRex', '~> 0.8.6'
21
- s.dependency 'CombineRex', '~> 0.8.6'
+ s.dependency 'SwiftRex', '~> 0.8.8'
+ s.dependency 'CombineRex', '~> 0.8.8'
22
s.dependency 'SnapshotTesting', '~> 1.8.2'
23
end
0 commit comments