blob: c8c0da16bedb82ba027db9c5e5b7df5b9b1e3676 [file] [log] [blame]
{
"name": "UnzipKit",
"version": "1.3",
"summary": "An Objective-C zlib wrapper for compressing and decompressing Zip files",
"license": "BSD",
"homepage": "https://github.com/abbeycode/UnzipKit",
"authors": {
"Dov Frankel": "dov@abbey-code.com"
},
"source": {
"git": "https://github.com/abbeycode/UnzipKit.git",
"tag": "1.3"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": "Source/**/*",
"source_files": [
"Source/**/*.{m,h}",
"Lib/**/*.{c,h}"
],
"libraries": "z"
}