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 MinizipSee Vendor/Minizip/miniunz.c and Vendor/Minizip/minizip.c for examples in C.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request.
History
1.4.0 2018-03-28
- Fixed builds on Xcode 9. Thanks simonseyer!
1.3.0 2016-11-18
- Use version-less SDK path for MacOSX10.12.sdk compatibility. Thanks RossAnderson!
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.
Original 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.