mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Bump Cocopods' deployment targets to the least version supported (#6214)
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ Pod::Spec.new do |s|
|
||||
s.source = { http: "#{s.homepage}/releases/download/#{s.version}/portable_swiftlint.zip" }
|
||||
s.preserve_paths = '*'
|
||||
s.exclude_files = '**/file.zip'
|
||||
s.ios.deployment_target = '11.0'
|
||||
s.ios.deployment_target = '12.0'
|
||||
s.macos.deployment_target = '10.13'
|
||||
s.tvos.deployment_target = '11.0'
|
||||
s.tvos.deployment_target = '12.0'
|
||||
s.watchos.deployment_target = '7.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user