blob: 372cd5baaf7097d4865ffb0b6b5bf0b5c3cb6c11 [file] [log] [blame]
{
"name": "SSZipArchive",
"version": "0.3.3",
"summary": "Utility class for zipping and unzipping files on iOS and Mac.",
"description": "ZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.",
"homepage": "https://github.com/ZipArchive/ZipArchive",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Sam Soffes": "sam@soff.es"
},
"source": {
"git": "https://github.com/ZipArchive/ZipArchive.git",
"tag": "v0.3.3"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": [
"SSZipArchive/*",
"SSZipArchive/minizip/*"
],
"libraries": "z",
"requires_arc": true
}