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

Commit

Permalink
Revert podspec change
Browse files Browse the repository at this point in the history
  • Loading branch information
esilverberg committed May 18, 2023
1 parent 7913d21 commit c94c16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftLint-pss.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftLint-pss'
s.version = '0.0.7'
s.version = `make get_version`
s.summary = 'A tool to enforce Swift style and conventions.'
s.homepage = 'https://github.com/perrystreetsoftware/SwiftLint'
s.license = { type: 'MIT', file: 'LICENSE' }
Expand Down

0 comments on commit c94c16f

Please sign in to comment.