Skip to content

Commit b1b538c

Browse files
committed
fix(iOS): update source tag format to include 'v' prefix for version consistency
1 parent bf9fa6c commit b1b538c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dimina.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.homepage = 'https://github.com/didi/dimina'
1111
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1212
s.author = { 'Lehem' => 'lehemyang@gmail.com' }
13-
s.source = { :git => 'https://github.com/didi/dimina.git', :tag => s.version.to_s }
13+
s.source = { :git => 'https://github.com/didi/dimina.git', :tag => "v#{s.version}" }
1414

1515
s.ios.deployment_target = '14.0'
1616
s.swift_version = '5.0'

0 commit comments

Comments
 (0)