Skip to content

Commit c27ff1d

Browse files
committed
Fix Cocoapods build
1 parent 2256370 commit c27ff1d

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
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.swift_version = '5.0'
1919
s.source = { :git => "https://github.com/RxSwiftCommunity/NSObject-Rx.git", :tag => s.version }
20-
s.source_files = "*.swift"
20+
s.source_files = %w(NSObject+Rx.swift HasDisposeBag.swift)
2121
s.frameworks = "Foundation"
2222
s.dependency 'RxSwift', '~> 5.0'
2323
end

0 commit comments

Comments
 (0)