blob: edbbedfe5ad627133b1ebf5a58a2b0e074a00a09 [file] [log] [blame]
{
"name": "ZipKit",
"version": "0.0.1",
"license": {
"type": "BSD",
"file": "COPYING.TXT"
},
"summary": "An Objective-C Zip framework for Mac OS X and iOS.",
"homepage": "https://bitbucket.org/kolpanic/zipkit/wiki/Home",
"authors": {
"Karl Moskowski": "kolpanic@voodooergonomics.com"
},
"source": {
"hg": "https://bitbucket.org/kolpanic/zipkit",
"revision": "531cd75fef32"
},
"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).",
"source_files": "**/*.{h,m}",
"exclude_files": "Demo Projects",
"ios": {
"exclude_files": "GMAppleDouble"
},
"libraries": "z",
"osx": {
"frameworks": "CoreServices"
},
"requires_arc": false
}