Skip to content

Commit

Permalink
Updated podspec for v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyanalunas committed Sep 8, 2014
1 parent 60312c1 commit 60f577a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SSZipArchive.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '0.3.1'
s.version = '0.3.2'
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.homepage = 'https://github.com/soffes/ssziparchive'
Expand All @@ -11,4 +11,5 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.6'
s.source_files = 'SSZipArchive/**/*',
s.library = 'z'
s.requires_arc = true
end

0 comments on commit 60f577a

Please sign in to comment.