2016-12-06 19:28:06 -08:00
|
|
|
Pod::Spec.new do |s|
|
2020-11-08 12:35:14 -05:00
|
|
|
s.name = 'SwiftLint'
|
2026-01-26 19:12:08 +00:00
|
|
|
s.version = '0.63.2'
|
2020-11-08 12:35:14 -05:00
|
|
|
s.summary = 'A tool to enforce Swift style and conventions.'
|
|
|
|
|
s.homepage = 'https://github.com/realm/SwiftLint'
|
|
|
|
|
s.license = { type: 'MIT', file: 'LICENSE' }
|
|
|
|
|
s.author = { 'JP Simard' => 'jp@jpsim.com' }
|
|
|
|
|
s.source = { http: "#{s.homepage}/releases/download/#{s.version}/portable_swiftlint.zip" }
|
|
|
|
|
s.preserve_paths = '*'
|
|
|
|
|
s.exclude_files = '**/file.zip'
|
2025-08-30 14:19:09 +02:00
|
|
|
s.ios.deployment_target = '12.0'
|
2023-04-25 14:51:36 -05:00
|
|
|
s.macos.deployment_target = '10.13'
|
2025-08-30 14:19:09 +02:00
|
|
|
s.tvos.deployment_target = '12.0'
|
2023-04-25 14:51:36 -05:00
|
|
|
s.watchos.deployment_target = '7.0'
|
2016-12-06 19:28:06 -08:00
|
|
|
end
|