bumping podspec to 0.4.0, minor edits to README

This commit is contained in:
Sean Soper
2015-10-24 17:25:50 -04:00
parent 67cef95bb6
commit 9ab5928c55
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# WPZipArchive
# SSZipArchive
ZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.
@@ -13,7 +13,7 @@ ZipArchive is a simple utility class for zipping and unzipping files on iOS and
### CocoaPods
`pod install WPZipArchive`
`pod install SSZipArchive`
### Manual
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '0.3.2'
s.version = '0.4.0'
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'