f24f550eb774cde8a17ebbc2eaa91e9a48ba6897
SSZipArchive
SSZipArchive is a simple utility class for unzipping files based on ZipArchive.
Currently it only supports unzipping. In the future, creating zip files will be supported.
Adding to your project
- Add
SSZipArchive.h,SSZipArchive.m, andminizipto your project. - Add the
libzlibrary to your target
Usage
NSString *path = @"path_to_your_zip_file";
NSString *destination = @"path_to_the_folder_where_you_want_it_unzipped";
[SSZipArchive unzipFileAtPath:path toDestination:destination];
License
SSZipArchive is licensed under the MIT license. Minizip 1.01h is also included and is licensed under the Zlib license.
Description
Languages
C
79.6%
Objective-C
18.5%
Swift
1.5%
Ruby
0.3%