Skip to content

Commit 326754a

Browse files
foxware00dangthaison91
authored andcommitted
Swift 5 Support (#33)
* Update to support Swift 5 * Update to support Swift 5 * Update to support Swift 5 * Update to support Swift 5
1 parent 5763d8f commit 326754a

File tree

12 files changed

+24
-151
lines changed

12 files changed

+24
-151
lines changed

Cartfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
github "RxSwiftCommunity/RxDataSources"
22
github "texturegroup/texture"
3-
github "pinterest/PINCache" ~> 3.0.1
3+
github "pinterest/PINCache" ~> 3.0.1-beta.7
4+
github "ReactiveX/RxSwift" ~> 5.0.0

Cartfile.resolved

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
git "https://chromium.googlesource.com/webm/libwebp" "v0.5.1"
2-
github "ReactiveX/RxSwift" "4.1.1"
3-
github "RxSwiftCommunity/RxDataSources" "3.0.2"
4-
github "pinterest/PINCache" "3.0.1-beta.5"
5-
github "pinterest/PINOperation" "1.0.3"
6-
github "pinterest/PINRemoteImage" "3.0.0-beta.12"
7-
github "texturegroup/texture" "2.5.1"
8-
github "pinterest/PINCache" "3.0.1-beta.6"
1+
git "https://chromium.googlesource.com/webm/libwebp" "v0.6.0"
2+
github "ReactiveX/RxSwift" "5.0.1"
3+
github "RxSwiftCommunity/RxDataSources" "4.0.1"
4+
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"

Carthage/Checkouts/PINRemoteImage

Submodule PINRemoteImage updated 318 files

Carthage/Checkouts/RxDataSources

Submodule RxDataSources updated 67 files

Carthage/Checkouts/RxSwift

Submodule RxSwift updated 506 files

Carthage/Checkouts/libwebp

Submodule libwebp updated from 3d97bb7 to 50d1a84

Carthage/Checkouts/texture

Submodule texture updated 1164 files

RxASDataSources.podspec

Lines changed: 6 additions & 6 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.3.3'
3+
s.version = '0.3.4'
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'
@@ -10,13 +10,13 @@ Pod::Spec.new do |s|
1010

1111
s.ios.deployment_target = '8.0'
1212
s.requires_arc = true
13-
s.swift_version = '4.2'
13+
s.swift_version = '5.0'
1414

1515
s.source_files = "Sources/**/*.swift"
1616
s.framework = "Foundation"
17-
s.dependency 'RxSwift', '~> 4.0'
18-
s.dependency 'RxCocoa', '~> 4.0'
19-
s.dependency 'Differentiator', '~> 3.0'
20-
s.dependency 'Texture', '~> 2.5'
17+
s.dependency 'RxSwift', '~> 5.0.0'
18+
s.dependency 'RxCocoa', '~> 5.0.0'
19+
s.dependency 'Differentiator', '~> 4.0'
20+
s.dependency 'Texture', '~> 2.8.1'
2121

2222
end

0 commit comments

Comments
 (0)