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 ba1508d commit fa794dbCopy full SHA for fa794db
Cartfile
@@ -1 +1 @@
1
-github "ReactiveX/RxSwift" "3.0.0-beta.2"
+github "ReactiveX/RxSwift" "3.0.0-rc.1"
RxDataSources.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
2
s.name = "RxDataSources"
3
- s.version = "1.0.0-beta.3"
+ s.version = "1.0.0-rc.1"
4
s.summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
5
s.description = <<-DESC
6
This is a collection of reactive data sources for UITableView and UICollectionView.
@@ -40,6 +40,6 @@ data
40
41
s.source_files = 'Sources/**/*.swift'
42
43
- s.dependency 'RxSwift', '~> 3.0.0-beta.2'
44
- s.dependency 'RxCocoa', '~> 3.0.0-beta.2'
+ s.dependency 'RxSwift', '~> 3.0.0-rc.1'
+ s.dependency 'RxCocoa', '~> 3.0.0-rc.1'
45
end
0 commit comments