We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d2877 commit aa0ba8aCopy full SHA for aa0ba8a
Deque.podspec
@@ -10,7 +10,8 @@ Pod::Spec.new do |spec|
10
spec.summary = 'Double-ended queue type in pure Swift'
11
spec.homepage = 'https://github.com/lorentey/Deque'
12
spec.author = 'Károly Lőrentey'
13
- spec.source = { :git => 'https://github.com/lorentey/Deque.git', :tag => 'v2.0.1' }
+ spec.source = { :git => 'https://github.com/lorentey/Deque.git',
14
+ :tag => 'v' + String(spec.version) }
15
spec.source_files = 'Sources/*.swift'
16
spec.social_media_url = 'https://twitter.com/lorentey'
17
end
0 commit comments