Operation on ZipFile
Reference
在Mac OS X和iOS中操作.zip文件(例如创建zip文件, 从zip文件中抽取数据):
1. http://*.com/questions/11333399/download-and-unzip-file-in-ios, 该question中
2. Unzipping Files In iOS Using ZipArchive:
http://www.icodeblog.com/2012/08/13/unzipping-files-using-zip-archive/
ZipArchive: https://github.com/mattconnolly/ZipArchive
示例ZipArchive的使用.
3. ZipArchive中使用MiniZip
MiniZip的主页: http://www.winimage.com/zLibDll/minizip.html
4. ZipArchive
ZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.
https://github.com/ZipArchive/ZipArchive
5. Zip
Swift framework for zipping and unzipping files.
https://github.com/marmelroy/Zip
6. ZipKit (few star)
An Objective-C Zip framework for macOS and iOS.
https://github.com/kolpanic/ZipKit
7. ZipZap
Objective-C
https://github.com/pixelglow/ZipZap
8. Zipping and unzipping files in your Swift app
---- Introducing Zip, an iOS framework for working with Zip files.
https://medium.com/swift-and-ios-writing/zipping-and-unzipping-files-in-your-swift-app-1b33a82b4b88