Skip to content

mattconnolly/ZipArchive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e215573 · Oct 20, 2017

History

96 Commits
Oct 9, 2014
Nov 20, 2013
Sep 13, 2012
Jul 10, 2014
Sep 29, 2010
Sep 13, 2012
Jan 16, 2015
Jan 16, 2015
Mar 25, 2016
Jan 16, 2015

Repository files navigation

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.