Skip to content

Commit c811fa1

Browse files
committed
Updates Podspecs.
1 parent de7af4e commit c811fa1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Differentiator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Differentiator"
3-
s.version = "3.2.0"
3+
s.version = "4.0.0"
44
s.summary = "Diff algorithm for UITableView and UICollectionView."
55
s.description = <<-DESC
66
Diff algorithm for UITableView and UICollectionView.

RxDataSources.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ data
3737
s.swift_version = '5.0'
3838

3939
s.source_files = 'Sources/RxDataSources/**/*.swift'
40-
s.dependency 'Differentiator', '~> 3.0'
41-
s.dependency 'RxSwift', '~> 4.5'
42-
s.dependency 'RxCocoa', '~> 4.5'
40+
s.dependency 'Differentiator', '~> 4.0'
41+
s.dependency 'RxSwift', '~> 5.0'
42+
s.dependency 'RxCocoa', '~> 5.0'
4343

4444
s.ios.deployment_target = '8.0'
4545
s.tvos.deployment_target = '9.0'

0 commit comments

Comments
 (0)