We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2256370 commit c27ff1dCopy full SHA for c27ff1d
1 file changed
NSObject+Rx.podspec
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
18
s.swift_version = '5.0'
19
s.source = { :git => "https://github.com/RxSwiftCommunity/NSObject-Rx.git", :tag => s.version }
20
- s.source_files = "*.swift"
+ s.source_files = %w(NSObject+Rx.swift HasDisposeBag.swift)
21
s.frameworks = "Foundation"
22
s.dependency 'RxSwift', '~> 5.0'
23
end
0 commit comments