Skip to content

Commit 9aa99c1

Browse files
authored
Texture 3 support (#41)
* support for Texture 3.0.0 * Bump to version 1.0.0
1 parent 50dd82c commit 9aa99c1

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ git "https://chromium.googlesource.com/webm/libwebp" "v0.6.0"
22
github "ReactiveX/RxSwift" "5.1.1"
33
github "RxSwiftCommunity/RxDataSources" "4.0.1"
44
github "pinterest/PINCache" "3.0.1-beta.8"
5-
github "pinterest/PINOperation" "1.1.2"
6-
github "pinterest/PINRemoteImage" "3.0.0-beta.13"
7-
github "texturegroup/texture" "2.8.1"
5+
github "pinterest/PINOperation" "1.2"
6+
github "pinterest/PINRemoteImage" "3.0.0-beta.14"
7+
github "texturegroup/texture" "3.0.0"

Carthage/Checkouts/PINRemoteImage

Submodule PINRemoteImage updated 133 files

Carthage/Checkouts/RxSwift

Submodule RxSwift updated 147 files

Carthage/Checkouts/texture

Submodule texture updated 679 files

RxASDataSources.podspec

Lines changed: 2 additions & 2 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.5.0'
3+
s.version = '1.0.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'
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
1818
s.dependency 'RxSwift', '~> 5.1'
1919
s.dependency 'RxCocoa', '~> 5.1'
2020
s.dependency 'Differentiator', '~> 4.0'
21-
s.dependency 'Texture', '~> 2.8'
21+
s.dependency 'Texture', '~> 3.0'
2222

2323
end

0 commit comments

Comments
 (0)