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 de7af4e commit c811fa1Copy full SHA for c811fa1
Differentiator.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Differentiator"
3
- s.version = "3.2.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,9 +37,9 @@ data
37
s.swift_version = '5.0'
38
39
s.source_files = 'Sources/RxDataSources/**/*.swift'
40
- s.dependency 'Differentiator', '~> 3.0'
41
- s.dependency 'RxSwift', '~> 4.5'
42
- s.dependency 'RxCocoa', '~> 4.5'
+ s.dependency 'Differentiator', '~> 4.0'
+ s.dependency 'RxSwift', '~> 5.0'
+ s.dependency 'RxCocoa', '~> 5.0'
43
44
s.ios.deployment_target = '8.0'
45
s.tvos.deployment_target = '9.0'
0 commit comments