8 "summary": "An Objective-C Zip framework for Mac OS X and iOS.",
9 "homepage": "https://bitbucket.org/kolpanic/zipkit/wiki/Home",
11 "Karl Moskowski": "kolpanic@voodooergonomics.com"
14 "hg": "https://bitbucket.org/kolpanic/zipkit",
15 "revision": "531cd75fef32"
17 "description": "ZipKit is an Objective-C framework for reading and writing Zip archives in Mac OS X and iOS apps. It supports the standard PKZip format, files larger than 4GB in size using PKZip's zip64 extensions, optionally, resource forks in a manner compatible with Mac OS X's Archive Utility (in the Mac OS X targets only), and clean interruption so archiving can be cancelled by the invoking object (e.g., a NSOperation or NSThread).",
18 "source_files": "**/*.{h,m}",
19 "exclude_files": "Demo Projects",
21 "exclude_files": "GMAppleDouble"
25 "frameworks": "CoreServices"