blob: f2a5c1501fadace161583cfa0fa20a13f43b7d6f [file] [log] [blame]
{
"name": "SSZipArchive",
"version": "1.8",
"summary": "Utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.",
"description": "SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, watchOS, 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": "v1.8"
},
"platforms": {
"ios": "4.0",
"tvos": "9.0",
"osx": "10.6",
"watchos": "2.0"
},
"source_files": [
"SSZipArchive/*.m",
"SSZipArchive/*.h",
"SSZipArchive/minizip/*",
"SSZipArchive/aes/*"
],
"public_header_files": "SSZipArchive/*.h",
"libraries": "z",
"requires_arc": true
}