From 50dd82ca76e51044cd435b643ff43d366b8a9afa Mon Sep 17 00:00:00 2001 From: Oliver Fox Date: Wed, 8 Apr 2020 20:28:29 +0100 Subject: [PATCH] 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 --- Cartfile | 4 ++-- Cartfile.resolved | 2 +- RxASDataSources.podspec | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cartfile b/Cartfile index 005aebe..bf5ed54 100644 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ github "RxSwiftCommunity/RxDataSources" github "texturegroup/texture" -github "pinterest/PINCache" ~> 3.0.1-beta.7 -github "ReactiveX/RxSwift" ~> 5.0.0 \ No newline at end of file +github "pinterest/PINCache" ~> 3.0.1-beta.8 +github "ReactiveX/RxSwift" ~> 5.1.1 \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved index 13d8f08..aa5b202 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -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" diff --git a/RxASDataSources.podspec b/RxASDataSources.podspec index e3d7f88..3d9b122 100644 --- a/RxASDataSources.podspec +++ b/RxASDataSources.podspec @@ -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' @@ -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'