Update podspec and travis.

This commit is contained in:
Timofey Solomko
2016-10-30 21:21:59 +03:00
parent ba5d12a5da
commit b31b5032b1
2 changed files with 12 additions and 1 deletions
+5
View File
@@ -17,6 +17,11 @@ Pod::Spec.new do |s|
s.author = { "Timofey Solomko" => "tsolomko@gmail.com" }
s.ios.deployment_target = "10.1"
s.osx.deployment_target = "10.12"
s.tvos.deployment_target = "10.0"
s.watchos.deployment_target = "3.1"
s.source = { :git => "https://github.com/tsolomko/SWCompression.git", :tag => "v#{s.version}" }
s.source_files = "Sources"