blob: 922e1004c50f5d74b98c747740c3852bdc4c9f54 [file] [log] [blame]
{
"name": "HC-Objective-Zip",
"version": "2.0",
"summary": "An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X",
"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.",
"homepage": "https://github.com/hexiaochong/Objective-Zip-HC",
"license": {
"type": "BSD 2.0",
"file": "LICENSE.md"
},
"authors": {
"Gianluca Bertani": "gianluca.bertani@email.it"
},
"social_media_url": "https://twitter.com/self_vs_this",
"platforms": {
"ios": "8.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/hexiaochong/Objective-Zip-HC.git",
"tag": "2.0"
},
"source_files": [
"Objective-Zip/**/*.{h,m}",
"MiniZip/**/*.{h,c}",
"ZLib/**/*.{h,c}"
],
"public_header_files": [
"Objective-Zip/OZZipFile.h",
"Objective-Zip/OZZipFile+Standard.h",
"Objective-Zip/OZZipFile+NSError.h",
"Objective-Zip/OZZipFileMode.h",
"Objective-Zip/OZZipCompressionLevel.h",
"Objective-Zip/OZZipException.h",
"Objective-Zip/OZZipWriteStream.h",
"Objective-Zip/OZZipWriteStream+Standard.h",
"Objective-Zip/OZZipWriteStream+NSError.h",
"Objective-Zip/OZZipReadStream.h",
"Objective-Zip/OZZipReadStream+Standard.h",
"Objective-Zip/OZZipReadStream+NSError.h",
"Objective-Zip/OZFileInZipInfo.h",
"Objective-Zip/Objective-Zip.h",
"Objective-Zip/Objective-Zip+NSError.h",
"Objective-Zip/NSDate+DOSDate.h",
"Objective-Zip/NSData+CRC32.h",
"MiniZip/zip.h",
"MiniZip/ioapi.h",
"Objective-Zip/CSIIMADPunzip.h"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"GCC_WARN_UNUSED_FUNCTION": "NO"
}
}