Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
[Update] adds tvOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
macbellingrath committed Aug 20, 2019
1 parent 4eee1a8 commit 59b9af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WPZipArchive.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
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'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
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/*'
Expand Down

0 comments on commit 59b9af1

Please sign in to comment.