Skip to content

Commit 3e11279

Browse files
committed
Update podspec
1 parent 1fd043f commit 3e11279

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TestingExtensions.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'TestingExtensions'
4-
s.version = '0.2.8'
4+
s.version = '0.2.10'
55
s.summary = 'Testing helpers and extensions for SwiftRex and Combine'
66

77
s.homepage = 'https://github.com/SwiftRex/TestingExtensions'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.frameworks = 'XCTest', 'SwiftUI'
1919

20-
s.dependency 'SwiftRex', '~> 0.8.6'
21-
s.dependency 'CombineRex', '~> 0.8.6'
20+
s.dependency 'SwiftRex', '~> 0.8.8'
21+
s.dependency 'CombineRex', '~> 0.8.8'
2222
s.dependency 'SnapshotTesting', '~> 1.8.2'
2323
end

0 commit comments

Comments
 (0)