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 1
1
github "RxSwiftCommunity/RxDataSources"
2
2
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
Original file line number Diff line number Diff line change 1
1
git "https://chromium.googlesource.com/webm/libwebp" "v0.6.0"
2
- github "ReactiveX/RxSwift" "5.0 .1"
2
+ github "ReactiveX/RxSwift" "5.1 .1"
3
3
github "RxSwiftCommunity/RxDataSources" "4.0.1"
4
4
github "pinterest/PINCache" "3.0.1-beta.8"
5
5
github "pinterest/PINOperation" "1.1.2"
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'RxASDataSources'
3
- s . version = '0.4.1 '
3
+ s . version = '0.5.0 '
4
4
s . license = { :type => "MIT" , :file => "LICENSE" }
5
5
s . summary = 'RxDataSources for AsyncDisplayKit/Texture supports ASTableNode/ASCollectionNode'
6
6
s . homepage = 'https://github.com/RxSwiftCommunity/RxASDataSources'
@@ -14,8 +14,9 @@ Pod::Spec.new do |s|
14
14
15
15
s . source_files = "Sources/**/*.swift"
16
16
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'
19
20
s . dependency 'Differentiator' , '~> 4.0'
20
21
s . dependency 'Texture' , '~> 2.8'
21
22
You can’t perform that action at this time.
0 commit comments