diff --git a/SwiftLint-pss.podspec b/SwiftLint-pss.podspec index f5180c3eb3..87e9d77f17 100644 --- a/SwiftLint-pss.podspec +++ b/SwiftLint-pss.podspec @@ -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' }