File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
4
4
---
5
5
6
+ ## [ 3.0.0] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/3.0.0 )
7
+
8
+ * Adapted for RxSwift 4.0
9
+
6
10
## [ 3.0.0-rc.0] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/3.0.0-rc.0 )
7
11
8
12
* Cleans up public interface to use initializers vs nillable properties and deprecates nillable properties in favor of passing parameters
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Differentiator"
3
- s . version = "3.0.0-rc.0 "
3
+ s . version = "3.0.0"
4
4
s . summary = "Diff algorithm for UITableView and UICollectionView."
5
5
s . description = <<-DESC
6
6
Diff algorithm for UITableView and UICollectionView.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxDataSources"
3
- s . version = "3.0.0-rc.0 "
3
+ s . version = "3.0.0"
4
4
s . summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
5
5
s . description = <<-DESC
6
6
This is a collection of reactive data sources for UITableView and UICollectionView.
36
36
s . requires_arc = true
37
37
38
38
s . source_files = 'Sources/RxDataSources/**/*.swift'
39
- s . dependency 'Differentiator' , '~> 3.0.0-rc.0 '
40
- s . dependency 'RxSwift' , '~> 4.0.0-rc.0 '
41
- s . dependency 'RxCocoa' , '~> 4.0.0-rc.0 '
39
+ s . dependency 'Differentiator' , '~> 3.0'
40
+ s . dependency 'RxSwift' , '~> 4.0'
41
+ s . dependency 'RxCocoa' , '~> 4.0'
42
42
43
43
s . ios . deployment_target = '8.0'
44
44
s . tvos . deployment_target = '9.0'
You can’t perform that action at this time.
0 commit comments