blob: 0c0a9be8cf92b321c22a19d911f01218598d5bf2 [file] [log] [blame]
{
"name": "UnzipKit",
"version": "1.7",
"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"
},
"social_media_url": "https://twitter.com/dovfrankel",
"source": {
"git": "https://github.com/abbeycode/UnzipKit.git",
"tag": "1.7"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": "Source/**/*",
"source_files": [
"Source/**/*.{m,h}",
"Lib/**/*.{c,h}"
],
"libraries": "z"
}