Skip to content

RossAnderson/Minizip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minizip

Minizip framework wrapper for iOS, OSX, tvOS, and watchOS. Based on nmoinvaz/minizip.

Installation

Carthage

Carthage is the recommended way to install Minizip. Add the following to your Cartfile:

github "dexman/Minizip"

Usage

Import Minizip into your Swift code with:

import Minizip

See Vendor/Minizip/miniunz.c and Vendor/Minizip/minizip.c for examples in C.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

History

1.2.0 2016-03-29

  • Fixes compilation on Xcode 7.3.

1.1.0 / 2016-02-07

  • Make ioapi_buf and ioapi_mem public.

1.0.0 / 2016-02-06

Added

  • Initial version.
  • Exposes Minizip as a framwork to on iOS, OSX, tvOS, and watchOS.
  • Fix compiler warnings in minizip under Xcode 7.2.

Credits

Minizip code taken from nmoinvaz/minizip.

Framework module approach by Matt Behrens as documented in Getting Started Using C Libraries from Swift.

License

This software may be modified and distributed under the terms of the MIT license. See the LICENSE file for details.

About

Minizip framework wrapper for iOS, OSX, tvOS, and watchOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%