blob: d48b5c57fe14baec8ec46e8af02e5f9b9538eba2 [file] [log] [blame]
{
"name": "SSZipArchive",
"version": "0.1.0",
"summary": "Utility class for unzipping files on iOS and Mac.",
"homepage": "https://github.com/soffes/ssziparchive",
"license": "MIT",
"authors": {
"Sam Soffes": "sam@samsoff.es"
},
"source": {
"git": "https://github.com/soffes/ssziparchive.git",
"tag": "0.1.0"
},
"description": "SSZipArchive is a simple utility class for unzipping files based on ZipArchive. Currently it only supports unzipping. In the future, creating zip files will be supported.",
"source_files": [
"SSZipArchive.*",
"minizip/*.{h,c}"
],
"libraries": "z",
"requires_arc": false
}