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 d5c33cf commit 92a7831Copy full SHA for 92a7831
Differentiator.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Differentiator"
3
- s.version = "5.0.0"
+ s.version = "4.0.0"
4
s.summary = "Diff algorithm for UITableView and UICollectionView."
5
s.description = <<-DESC
6
Diff algorithm for UITableView and UICollectionView.
RxDataSources.podspec
@@ -37,7 +37,7 @@ data
37
s.swift_version = '5.0'
38
39
s.source_files = 'Sources/RxDataSources/**/*.swift'
40
- s.dependency 'Differentiator', '~> 5.0'
+ s.dependency 'Differentiator', '~> 4.0'
41
s.dependency 'RxSwift', '~> 5.0'
42
s.dependency 'RxCocoa', '~> 5.0'
43
0 commit comments