Skip to content

An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X

License

Notifications You must be signed in to change notification settings

carelman/Objective-Zip

 
 

Repository files navigation

Objective-Zip

Introduction

Objective-Zip is a small Objective-C library that wraps ZLib and MiniZip in an object-oriented friendly way.

What is contained here

The source repository contains a sample application with full sources for ZLib, MiniZip and Objective-Zip, together with a unit test UI. The versions included are:

  • 1.2.8 for ZLib.
  • 1.1 for MiniZip.
  • latest version for Objective-Zip.

Please note that ZLib and MiniZip are included here only to provide a complete and self-contained package, but they are copyrighted by their respective authors and redistributed on respect of their software license. Please refer to their websites (linked above) for more informations.

Getting started

Please see Getting Started.

License

The library is distributed under the New BS