From bf55f841df8f6d9a88f70e7b494b1cb1c2930074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20He=C3=9F?= Date: Wed, 23 Mar 2016 09:24:32 +0100 Subject: [PATCH 1/3] added tvOS deployment target --- SSZipArchive.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SSZipArchive.podspec b/SSZipArchive.podspec index 84d1b6d..2ef721c 100644 --- a/SSZipArchive.podspec +++ b/SSZipArchive.podspec @@ -1,13 +1,14 @@ Pod::Spec.new do |s| s.name = 'SSZipArchive' s.version = '1.1' - s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.' - s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.' + s.summary = 'Utility class for zipping and unzipping files on iOS, tvOS, and Mac.' + s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, and Mac.' s.homepage = 'https://github.com/ZipArchive/ZipArchive' s.license = { :type => 'MIT', :file => 'LICENSE.txt' } s.author = { 'Sam Soffes' => 'sam@soff.es' } s.source = { :git => 'https://github.com/ZipArchive/ZipArchive.git', :tag => "v#{s.version}" } s.ios.deployment_target = '4.0' + s.tvos.deployment_target = '9.0' s.osx.deployment_target = '10.6' s.source_files = 'SSZipArchive/*.m', 'SSZipArchive/*.h', 'SSZipArchive/minizip/*', 'SSZipArchive/aes/*' s.public_header_files = 'SSZipArchive/*.h' From a595d64d128fad7988ff8f1de6bbac95262eb64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20He=C3=9F?= Date: Wed, 23 Mar 2016 09:24:46 +0100 Subject: [PATCH 2/3] bumped version number --- SSZipArchive.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSZipArchive.podspec b/SSZipArchive.podspec index 2ef721c..a40ddbe 100644 --- a/SSZipArchive.podspec +++ b/SSZipArchive.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SSZipArchive' - s.version = '1.1' + s.version = '1.1.1' s.summary = 'Utility class for zipping and unzipping files on iOS, tvOS, and Mac.' s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, and Mac.' s.homepage = 'https://github.com/ZipArchive/ZipArchive' From 767240fa711d2cc8a75d496d8e0e87b5eb0caa0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20He=C3=9F?= Date: Wed, 23 Mar 2016 09:27:06 +0100 Subject: [PATCH 3/3] Revert "bumped version number" This reverts commit a595d64d128fad7988ff8f1de6bbac95262eb64d. --- SSZipArchive.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSZipArchive.podspec b/SSZipArchive.podspec index a40ddbe..2ef721c 100644 --- a/SSZipArchive.podspec +++ b/SSZipArchive.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SSZipArchive' - s.version = '1.1.1' + s.version = '1.1' s.summary = 'Utility class for zipping and unzipping files on iOS, tvOS, and Mac.' s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, and Mac.' s.homepage = 'https://github.com/ZipArchive/ZipArchive'