blob: bf863c8f855489f8a8ac9836583e332c6b1e4d23 [file] [log] [blame]
{
"name": "ZipArchive",
"version": "1.1.1",
"summary": "An Objective C class for zip/unzip on iPhone and Mac OSX.",
"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.1.1"
},
"source_files": [
"*.{h,m}",
"minizip/*.{h,c}"
],
"public_header_files": "*.h",
"libraries": "z",
"requires_arc": false
}