2 "name": "customeSecurityZipArchive",
4 "summary": "An Objective C class for zip/unzip on iPhone and Mac OS X.",
5 "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.",
6 "homepage": "https://github.com/RedCatKnight/SecurityZipArchive",
12 "yunfeic": "yunfeic@hotmail.com"
15 "git": "https://github.com/RedCatKnight/SecurityZipArchive.git",
20 "minizip/crypt.{h,c}",
21 "minizip/ioapi.{h,c}",
22 "minizip/mztools.{h,c}",
23 "minizip/unzip.{h,c}",
26 "public_header_files": "*.h",
28 "requires_arc": false,
29 "compiler_flags": "-Dunix",