Skip to content

Commit

Permalink
add SwiftLint CLI podspec for binary distribution via CocoaPods
Browse files Browse the repository at this point in the history
jpsim committed Dec 7, 2016
1 parent 9d44912 commit 946551c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SwiftLint.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Pod::Spec.new do |s|
s.name = 'SwiftLint'
s.version = '0.13.2'
s.summary = 'A tool to enforce Swift style and conventions.'
s.homepage = 'https://github.com/realm/SwiftLint'
s.license = 'MIT'
s.author = { 'JP Simard' => 'jp@jpsim.com' }
s.source = { :http => "#{s.homepage}/releases/download/#{s.version}/portable_swiftlint.zip" }
s.preserve_paths = '*'
end

0 comments on commit 946551c

Please sign in to comment.