Skip to content

Commit bf2dfaa

Browse files
committed
Fix support for RxSwift 6.x
1 parent 8dacb02 commit bf2dfaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NSObject+Rx.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.source = { :git => "https://github.com/RxSwiftCommunity/NSObject-Rx.git", :tag => s.version }
2020
s.source_files = %w(NSObject+Rx.swift HasDisposeBag.swift)
2121
s.frameworks = "Foundation"
22-
s.dependency 'RxSwift', '~> 6.0.0'
22+
s.dependency 'RxSwift', '~> 6.0'
2323
end

0 commit comments

Comments
 (0)