Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Update podspec for proper pod usage
Browse files Browse the repository at this point in the history
  • Loading branch information
imnosov committed Jan 23, 2020
1 parent dad3e12 commit b439b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftLint.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = 'SwiftLint'
s.version = `make get_version`
s.version = '0.38.2-agoda'
s.summary = 'A tool to enforce Swift style and conventions.'
s.homepage = 'https://github.com/realm/SwiftLint'
s.homepage = 'https://github.com/agoda-com/SwiftLint'
s.license = { type: 'MIT', file: 'LICENSE' }
s.author = { 'JP Simard' => '[email protected]' }
s.source = { http: "#{s.homepage}/releases/download/#{s.version}/portable_swiftlint.zip" }
Expand Down

0 comments on commit b439b2b

Please sign in to comment.