Skip to content

Commit

Permalink
podspec: dependencies fixed, version bumped.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Markin committed Aug 26, 2021
1 parent aae110b commit 1c9a646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DataDrivenRxDatasources.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DataDrivenRxDatasources"
s.version = "3.2.0"
s.version = "3.2.1"
s.summary = "MVVM abstraction boilerplate code over RxDataSources."
s.description = <<-DESC
DataDrivenRxDatasources - MVVM abstraction boilerplate code over RxDataSources.
Expand Down Expand Up @@ -43,6 +43,6 @@ tableView.rx

s.source_files = "Sources/DataDrivenRxDatasources/*.swift", "Sources/DataDrivenRxDatasources/**/*.swift"

s.dependency 'RxSwift', '~> 6.0.0'
s.dependency 'RxDataSources', '~> 5.0.0'
s.dependency 'RxSwift', '~> 6.0'
s.dependency 'RxDataSources', '~> 5.0'
end

0 comments on commit 1c9a646

Please sign in to comment.