Skip to content

Commit

Permalink
Drop 'v' prefix from tag names (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamnichols authored Jan 7, 2022
1 parent 583c2fa commit 4b99edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-user-defaults.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/cookpad/swift-user-defaults"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
s.authors = { 'Liam Nichols' => '[email protected]', 'Ryan Paterson' => '[email protected]' }
s.source = { :git => "https://github.com/cookpad/swift-user-defaults.git", :tag => "v#{s.version}" }
s.source = { :git => "https://github.com/cookpad/swift-user-defaults.git", :tag => "#{s.version}" }
s.source_files = "Sources/**/*.{swift}"
s.swift_version = "5.3"

Expand Down

0 comments on commit 4b99edb

Please sign in to comment.