SIGN IN SIGN UP
realm / SwiftLint UNCLAIMED

A tool to enforce Swift style and conventions.

0 0 1 Swift
Pod::Spec.new do |s|
s.name = 'SwiftLint'
2026-01-26 19:12:08 +00:00
s.version = '0.63.2'
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'
s.ios.deployment_target = '12.0'
s.macos.deployment_target = '10.13'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '7.0'
end