blob: 9335fe55455a44abf6e3ca0aac7c1b421b145a77 [file] [log] [blame]
{
"name": "SSZipArchive",
"version": "0.2.0",
"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.0"
},
"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
}