4 "summary": "An Objective-C Zip framework for Mac OS X and iOS.",
5 "description": "ZipKit is an Objective-C framework for reading and writing Zip archives \nin Mac OS X and iOS apps. It supports the standard PKZip format, files \nlarger than 4GB in size using PKZip's zip64 extensions, optionally, \nresource forks in a manner compatible with Mac OS X's Archive \nUtility (in the Mac OS X targets only), and clean interruption so archiving \ncan be cancelled by the invoking object (e.g., a NSOperation or NSThread).",
6 "homepage": "https://github.com/kolpanic/ZipKit",
12 "Karl Moskowski": "kmoskowski@me.com"
14 "social_media_url": "http://twitter.com/kolpanic",
20 "git": "https://github.com/kolpanic/ZipKit.git",
23 "source_files": "**/*.{h,m}",
25 "exclude_files": "GMAppleDouble",
26 "frameworks": "Foundation"