Updated the summary and description for the podspec to include watchOS.

This commit is contained in:
Jasdeep Saini 2016-04-05 22:57:26 -05:00
parent c1af3293ed
commit dd704514ed

View File

@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
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.summary = 'Utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.'
s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.'
s.homepage = 'https://github.com/ZipArchive/ZipArchive'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { 'Sam Soffes' => 'sam@soff.es' }