Skip to content

Commit 013311f

Browse files
committed
Excluding *plist from source in order to fix cocoapod lint error
1 parent d48a121 commit 013311f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0
1+
5.0

RxWebKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Pod::Spec.new do |s|
3434
"RxSwift Community" => "[email protected]"
3535
}
3636
s.source = { :git => "https://github.com/RxSwiftCommunity/RxWebKit.git", :tag => s.version.to_s }
37-
s.source_files = "RxWebKit/Sources/**/*.swift"
38-
37+
s.source_files = "RxWebKit/Sources/**/*.{swift}"
38+
s.exclude_files = "RxWebKit/Sources/*.{plist}", "RxWebKit/Sources/**/*.{plist}", "RxWebKit/*.{plist}",
3939
s.ios.deployment_target = '8.0'
40-
40+
s.swift_version = '5.0'
4141
s.dependency 'RxSwift', '~> 5.0'
4242
s.dependency 'RxCocoa', '~> 5.0'
4343
end

0 commit comments

Comments
 (0)