blob: ec3d986a525ba98ac3d83115a8dbd642cb8ad85f [file] [log] [blame]
{
"name": "ZipArchive",
"version": "1.3.0",
"summary": "An Objective C class for zip/unzip on iPhone and Mac OS X.",
"description": "ZipArchive is an Objective-C class to compress or uncompress zip files, which is base on open source code \"MiniZip\".\n\nIt can be used for iPhone application development, and cocoa on Mac OSX as well.\n",
"homepage": "https://github.com/mattconnolly/ZipArchive",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Unknown Name": "acsolu@gmail.com",
"Matt Connolly": "matt.connolly@me.com"
},
"source": {
"git": "https://github.com/mattconnolly/ZipArchive.git",
"tag": "1.3.0"
},
"source_files": [
"*.{h,m}",
"minizip/crypt.{h,c}",
"minizip/ioapi.{h,c}",
"minizip/mztools.{h,c}",
"minizip/unzip.{h,c}",
"minizip/zip.{h,c}"
],
"public_header_files": "*.h",
"libraries": "z",
"requires_arc": false,
"compiler_flags": "-Dunix"
}