From 59b9af140430202892b09da1c85854f39db3ee12 Mon Sep 17 00:00:00 2001 From: Mac Bellingrath Date: Tue, 20 Aug 2019 10:34:18 -0400 Subject: [PATCH] [Update] adds tvOS support --- WPZipArchive.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WPZipArchive.podspec b/WPZipArchive.podspec index e9ae27a8..14b4026f 100644 --- a/WPZipArchive.podspec +++ b/WPZipArchive.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'WPZipArchive' - s.version = '0.1.0' + s.version = '0.1.1' s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.' s.description = 'WPZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.' s.homepage = 'https://github.com/WPMedia/WPZipArchive' @@ -8,6 +8,7 @@ Pod::Spec.new do |s| s.authors = { 'Sean Soper' => 'sean.soper@gmail.com' } s.source = { :git => 'https://github.com/WPMedia/WPZipArchive.git', :tag => s.version } s.ios.deployment_target = '4.3' + s.tvos.deployment_target = '9.0' s.watchos.deployment_target = '2.0' s.osx.deployment_target = '10.6' s.source_files = 'WPZipArchive/*', 'WPZipArchive/minizip/*'