4 "summary": "An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X",
5 "description": "Objective-Zip is a small Objective-C library that wraps ZLib and\nMiniZip in an object-oriented friendly way. It supports:\n\n* Zipping and unzipping of common zip file formats.\n* Multi-GB zip files thanks to 64-bit APIs, even with limited memory available.\n* Per-file compression level and encryption.\n\nObjective-Zip includes sources of latest versions of ZLib and MiniZip.",
6 "homepage": "https://github.com/eziochiu/objc-zip.git",
12 "Ezio Chiu": "eziochiuchina@hotmail.com"
14 "social_media_url": "https://twitter.com/@e0mher",
20 "git": "https://github.com/eziochiu/objc-zip.git",
24 "Objective-Zip/**/*.{h,m}",
28 "public_header_files": [
29 "Objective-Zip/OZZipFile.h",
30 "Objective-Zip/OZZipFile+Standard.h",
31 "Objective-Zip/OZZipFile+NSError.h",
32 "Objective-Zip/OZZipFileMode.h",
33 "Objective-Zip/OZZipCompressionLevel.h",
34 "Objective-Zip/OZZipException.h",
35 "Objective-Zip/OZZipWriteStream.h",
36 "Objective-Zip/OZZipWriteStream+Standard.h",
37 "Objective-Zip/OZZipWriteStream+NSError.h",
38 "Objective-Zip/OZZipReadStream.h",
39 "Objective-Zip/OZZipReadStream+Standard.h",
40 "Objective-Zip/OZZipReadStream+NSError.h",
41 "Objective-Zip/OZFileInZipInfo.h",
42 "Objective-Zip/Objective-Zip.h",
43 "Objective-Zip/Objective-Zip+NSError.h",
44 "Objective-Zip/NSDate+DOSDate.h",
45 "Objective-Zip/NSData+CRC32.h"
49 "OTHER_LDFLAGS": "-ObjC"