blob: 4c62b31477c777a1d13ae59702c8b2383739bee7 [file] [log] [blame]
{
"name": "UnzipKit",
"version": "1.3.2",
"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.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": "Source/**/*",
"source_files": [
"Source/**/*.{m,h}",
"Lib/**/*.{c,h}"
],
"libraries": "z"
}