8 "summary": "An Objective-C Zip framework for Mac OS X and iOS.",
9 "homepage": "https://github.com/kolpanic/ZipKit",
11 "Karl Moskowski": "kmoskowski@me.com"
14 "git": "https://github.com/kolpanic/ZipKit.git",
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}",
20 "exclude_files": "GMAppleDouble"
24 "frameworks": "Foundation",
26 "frameworks": "CoreServices"