blob: 702ece7253ad94f750b4f8aced582a63b18e7dfd [file] [log] [blame]
{
"name": "CCSSZipArchive",
"version": "0.0.1",
"summary": "CCSSZipArchive, SSZipArchive, Utility class for zipping and unzipping files on iOS and Mac.",
"description": "CCSSZipArchive, SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.",
"homepage": "https://github.com/ccworld1000/CCSSZipArchive",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CC": "ccworld1000@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/ccworld1000/CCSSZipArchive.git",
"tag": "0.0.1"
},
"source_files": "SSZipArchive/**/*",
"libraries": "z",
"requires_arc": true
}