Skip to content

Commit

Permalink
Excluding *plist from source in order to fix cocoapod lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgodwinx committed May 21, 2019
1 parent d48a121 commit 013311f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
5.0
6 changes: 3 additions & 3 deletions RxWebKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Pod::Spec.new do |s|
"RxSwift Community" => "[email protected]"
}
s.source = { :git => "https://github.com/RxSwiftCommunity/RxWebKit.git", :tag => s.version.to_s }
s.source_files = "RxWebKit/Sources/**/*.swift"

s.source_files = "RxWebKit/Sources/**/*.{swift}"
s.exclude_files = "RxWebKit/Sources/*.{plist}", "RxWebKit/Sources/**/*.{plist}", "RxWebKit/*.{plist}",
s.ios.deployment_target = '8.0'

s.swift_version = '5.0'
s.dependency 'RxSwift', '~> 5.0'
s.dependency 'RxCocoa', '~> 5.0'
end

0 comments on commit 013311f

Please sign in to comment.