Skip to content

Commit

Permalink
Updated PodSpec to require RxSwift 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cabeca authored and freak4pc committed Jan 14, 2021
1 parent 0656862 commit 4118610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RxFeedback.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/NoTests/RxFeedback.swift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Krunoslav Zaher" => "[email protected]" }
s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "3.0"
s.tvos.deployment_target = "9.0"
Expand All @@ -37,6 +37,6 @@ Pod::Spec.new do |s|
s.frameworks = "Foundation"
s.swift_version = '5.0'

s.dependency 'RxSwift', '~> 5.0'
s.dependency 'RxCocoa', '~> 5.0'
s.dependency 'RxSwift', '~> 6.0'
s.dependency 'RxCocoa', '~> 6.0'
end

0 comments on commit 4118610

Please sign in to comment.