Fixes podspec dependencies.
This commit is contained in:
parent
a8dd559ba2
commit
4e4d9dd794
|
|
@ -24,5 +24,5 @@ Waiting for observable sequence to complete before exiting command line applicat
|
|||
|
||||
s.source_files = 'RxBlocking/**/*.swift'
|
||||
|
||||
s.dependency 'RxSwift', '~> 2.1'
|
||||
s.dependency 'RxSwift', '~> 2.0'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -25,5 +25,5 @@ Pod::Spec.new do |s|
|
|||
s.watchos.source_files = 'RxCocoa/iOS/**/*.swift'
|
||||
s.tvos.source_files = 'RxCocoa/iOS/**/*.swift'
|
||||
|
||||
s.dependency 'RxSwift', '~> 2.1'
|
||||
s.dependency 'RxSwift', '~> 2.0'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue