diff --git a/.swift-version b/.swift-version index 5186d07..819e07a 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.0 +5.0 diff --git a/RxWebKit.podspec b/RxWebKit.podspec index 06f9744..8eb1169 100644 --- a/RxWebKit.podspec +++ b/RxWebKit.podspec @@ -34,10 +34,10 @@ Pod::Spec.new do |s| "RxSwift Community" => "community@rxswift.org" } 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