Remove v release prefix from podspec

This commit is contained in:
Timofey Solomko
2017-11-25 18:42:16 +03:00
parent 7dbd11f035
commit e2054e15cc
+1 -1
View File
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"
s.source = { :git => "https://github.com/tsolomko/SWCompression.git", :tag => "v#{s.version}" }
s.source = { :git => "https://github.com/tsolomko/SWCompression.git", :tag => "#{s.version}" }
s.subspec 'Deflate' do |sp|
sp.source_files = 'Sources/{Deflate/*,Common/*}.swift'