mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
update podspecs to use make get_version
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user