Skip to content

Commit 0e0ccb9

Browse files
authored
Merge pull request #27 from JoeFerrucci/update-podspec
Update podspec to use spec.version instead of literal
2 parents 2d0a4ba + ba39550 commit 0e0ccb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftyAttributes.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.homepage = "https://github.com/eddiekaiger/SwiftyAttributes"
1515
s.license = { :type => "MIT", :file => "LICENSE" }
1616
s.author = { "Eddie Kaiger" => "eddiekaiger@gmail.com" }
17-
s.source = { :git => "https://github.com/eddiekaiger/SwiftyAttributes.git", :tag => "v4.2.0" }
17+
s.source = { :git => "https://github.com/eddiekaiger/SwiftyAttributes.git", :tag => "v" + s.version.to_s }
1818

1919
s.source_files = "SwiftyAttributes/Sources/common/*.swift"
2020
s.osx.source_files = "SwiftyAttributes/Sources/macOS/*.swift"

0 commit comments

Comments
 (0)