Skip to content

Commit

Permalink
RxSwift 5.1.1 support (#40)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
foxware00 authored Apr 8, 2020
1 parent 4635276 commit 50dd82c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "RxSwiftCommunity/RxDataSources"
github "texturegroup/texture"
github "pinterest/PINCache" ~> 3.0.1-beta.7
github "ReactiveX/RxSwift" ~> 5.0.0
github "pinterest/PINCache" ~> 3.0.1-beta.8
github "ReactiveX/RxSwift" ~> 5.1.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git "https://chromium.googlesource.com/webm/libwebp" "v0.6.0"
github "ReactiveX/RxSwift" "5.0.1"
github "ReactiveX/RxSwift" "5.1.1"
github "RxSwiftCommunity/RxDataSources" "4.0.1"
github "pinterest/PINCache" "3.0.1-beta.8"
github "pinterest/PINOperation" "1.1.2"
Expand Down
7 changes: 4 additions & 3 deletions RxASDataSources.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxASDataSources'
s.version = '0.4.1'
s.version = '0.5.0'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'RxDataSources for AsyncDisplayKit/Texture supports ASTableNode/ASCollectionNode'
s.homepage = 'https://github.com/RxSwiftCommunity/RxASDataSources'
Expand All @@ -14,8 +14,9 @@ Pod::Spec.new do |s|

s.source_files = "Sources/**/*.swift"
s.framework = "Foundation"
s.dependency 'RxSwift', '~> 5.0'
s.dependency 'RxCocoa', '~> 5.0'

s.dependency 'RxSwift', '~> 5.1'
s.dependency 'RxCocoa', '~> 5.1'
s.dependency 'Differentiator', '~> 4.0'
s.dependency 'Texture', '~> 2.8'

Expand Down

0 comments on commit 50dd82c

Please sign in to comment.