Skip to content

Commit 4a9178c

Browse files
committed
Updates Podfile.
1 parent 45337d4 commit 4a9178c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ platform :ios, '8.0'
22
use_frameworks!
33

44
target 'RxDataSources' do
5-
pod 'RxSwift', '~> 2.3.1'
6-
pod 'RxCocoa', '~> 2.3.1'
5+
pod 'RxSwift', '~> 3.0'
6+
pod 'RxCocoa', '~> 3.0'
77
end
88

99
target 'Example' do
10-
pod 'RxSwift', '~> 2.3.1'
11-
pod 'RxCocoa', '~> 2.3.1'
10+
pod 'RxSwift', '~> 3.0'
11+
pod 'RxCocoa', '~> 3.0'
1212
end

0 commit comments

Comments
 (0)