File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 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
+ ## [ 2.0.2(https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/2.0.2)
7
+
8
+ * Adds Swift Package Manager support
9
+
6
10
## [ 2.0.1] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/2.0.1 )
7
11
8
12
* Fixes issue with CocoaPods and Carthage integration.
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 = "2.0.1 "
3
+ s . version = "2.0.2 "
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 = "2.0.1 "
3
+ s . version = "2.0.2 "
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.
37
37
38
38
s . source_files = 'Sources/RxDataSources/**/*.swift'
39
39
s . dependency 'Differentiator' , '~> 2.0'
40
- s . dependency 'RxSwift' , '~> 3.0 '
41
- s . dependency 'RxCocoa' , '~> 3.0 '
40
+ s . dependency 'RxSwift' , '>= 3.6.1 '
41
+ s . dependency 'RxCocoa' , '>= 3.6.1 '
42
42
43
43
s . ios . deployment_target = '8.0'
44
44
s . tvos . deployment_target = '9.0'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.0.1 </string >
18
+ <string >2.0.2 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.0.1 </string >
18
+ <string >2.0.2 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments