diff --git a/SwiftLint.podspec b/SwiftLint.podspec index 30fcbd10f..32a138e27 100644 --- a/SwiftLint.podspec +++ b/SwiftLint.podspec @@ -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' diff --git a/SwiftLintFramework.podspec b/SwiftLintFramework.podspec index 76a67d5b2..4aa13500d 100644 --- a/SwiftLintFramework.podspec +++ b/SwiftLintFramework.podspec @@ -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 }