We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a69dd commit cc27fbdCopy full SHA for cc27fbd
Cartfile
@@ -1 +1 @@
1
-github "ReactiveX/RxSwift" ~> 2.2
+github "ReactiveX/RxSwift" ~> 2.3.1
Podfile
@@ -2,11 +2,11 @@ platform :ios, '8.0'
2
use_frameworks!
3
4
target 'RxDataSources' do
5
- pod 'RxSwift', '~> 2.2'
6
- pod 'RxCocoa', '~> 2.2'
+ pod 'RxSwift', '~> 2.3.1'
+ pod 'RxCocoa', '~> 2.3.1'
7
end
8
9
target 'Example' do
10
11
12
0 commit comments