File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11github "RxSwiftCommunity/RxDataSources"
22github "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
Original file line number Diff line number Diff line change 11git "https://chromium.googlesource.com/webm/libwebp" "v0.6.0"
2- github "ReactiveX/RxSwift" "5.0 .1"
2+ github "ReactiveX/RxSwift" "5.1 .1"
33github "RxSwiftCommunity/RxDataSources" "4.0.1"
44github "pinterest/PINCache" "3.0.1-beta.8"
55github "pinterest/PINOperation" "1.1.2"
Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments