Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 917 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 917 Bytes

ZipArchive

ZipArchive lets Mac OS X / iOS apps read and write to ZIP archive files.

Contributors

Thanks to the following contributors to the Objective-C ZipArchive library:

  • acsolu
  • Matt Connolly (@mattconnolly)
  • Edward Patel (@epatel)
  • kajinka13
  • David Keegan (@kgn)
  • Yuri (@Wert1go)
  • Hyunwoo Nam (@namenu)
  • OpenFibers
  • Wiley Kestner (@wileykestner)
  • turenus
  • David Feshbach

Special Thanks to the minizip authors:

  • Gilles Vollant - Original MiniZip author
  • Even Rouault - ZIP64 unzip Support
  • Daniel Borca - BZip Compression method support in unzip
  • Mathias Svensson - ZIP64 zip support
  • Mathias Svensson - BZip Compression method support in zip

License

Portions of ZipArchive are licensed under the original minizip license. See the minizip headers for details. All other parts of this project are licensed under the MIT license, see LICENSE.