blob: 72db3587c3dbe2336e8f1e44cad96f89f0db7d7f [file] [log] [blame]
{
"name": "SSZipArchive",
"version": "0.2.1",
"summary": "Utility class for zipping and 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.2.1"
},
"description": "SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.",
"source_files": [
"SSZipArchive.*",
"minizip/*.{h,c}"
],
"libraries": "z",
"header_mappings_dir": ".",
"requires_arc": false
}