blob: 60d30f8e2775c00078ed01e82c1a6b73e2ac2049 [file] [log] [blame]
{
"name": "objective-zip",
"version": "1.0.3",
"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/gianlucabertani/Objective-Zip",
"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": "5.1",
"osx": "10.7"
},
"source": {
"git": "https://github.com/gianlucabertani/Objective-Zip.git",
"tag": "1.0.3"
},
"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"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"deprecated": true
}