Skip to content

Commit 50dd82c

Browse files
authored
RxSwift 5.1.1 support (#40)
* Fix for block on main thread when using supplementary nodes * 0.4.1 * 0.4.1 * 0.4.2 * Make podspec dependencies ignore minor versions
1 parent 4635276 commit 50dd82c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "RxSwiftCommunity/RxDataSources"
22
github "texturegroup/texture"
3-
github "pinterest/PINCache" ~> 3.0.1-beta.7
4-
github "ReactiveX/RxSwift" ~> 5.0.0
3+
github "pinterest/PINCache" ~> 3.0.1-beta.8
4+
github "ReactiveX/RxSwift" ~> 5.1.1

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git "https://chromium.googlesource.com/webm/libwebp" "v0.6.0"
2-
github "ReactiveX/RxSwift" "5.0.1"
2+
github "ReactiveX/RxSwift" "5.1.1"
33
github "RxSwiftCommunity/RxDataSources" "4.0.1"
44
github "pinterest/PINCache" "3.0.1-beta.8"
55
github "pinterest/PINOperation" "1.1.2"

RxASDataSources.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxASDataSources'
3-
s.version = '0.4.1'
3+
s.version = '0.5.0'
44
s.license = { :type => "MIT", :file => "LICENSE" }
55
s.summary = 'RxDataSources for AsyncDisplayKit/Texture supports ASTableNode/ASCollectionNode'
66
s.homepage = 'https://github.com/RxSwiftCommunity/RxASDataSources'
@@ -14,8 +14,9 @@ Pod::Spec.new do |s|
1414

1515
s.source_files = "Sources/**/*.swift"
1616
s.framework = "Foundation"
17-
s.dependency 'RxSwift', '~> 5.0'
18-
s.dependency 'RxCocoa', '~> 5.0'
17+
18+
s.dependency 'RxSwift', '~> 5.1'
19+
s.dependency 'RxCocoa', '~> 5.1'
1920
s.dependency 'Differentiator', '~> 4.0'
2021
s.dependency 'Texture', '~> 2.8'
2122

0 commit comments

Comments
 (0)