Add BitByteData as a dependency to podspec

This commit is contained in:
Timofey Solomko
2018-01-01 20:34:44 +03:00
parent c3a1982e2a
commit 6bc3cbb2eb
+3 -1
View File
@@ -13,12 +13,14 @@ Pod::Spec.new do |s|
s.author = { "Timofey Solomko" => "tsolomko@gmail.com" }
s.source = { :git => "https://github.com/tsolomko/SWCompression.git", :tag => "#{s.version}" }
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"
s.source = { :git => "https://github.com/tsolomko/SWCompression.git", :tag => "#{s.version}" }
s.dependency 'BitByteData', '~> 1.0'
s.subspec 'Deflate' do |sp|
sp.source_files = 'Sources/{Deflate/*,Common/*}.swift'