Skip to content

Commit

Permalink
update podspecs to use make get_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Dec 7, 2016
1 parent 9ddf456 commit 345e34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SwiftLint.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftLint'
s.version = '0.13.2'
s.version = `make get_version`
s.summary = 'A tool to enforce Swift style and conventions.'
s.homepage = 'https://github.com/realm/SwiftLint'
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion SwiftLintFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftLintFramework'
s.version = '0.13.2'
s.version = `make get_version`
s.summary = 'A tool to enforce Swift style and conventions.'
s.homepage = 'https://github.com/realm/SwiftLint'
s.source = { :git => s.homepage + '.git', :tag => s.version }
Expand Down

0 comments on commit 345e34f

Please sign in to comment.