blob: b56e1575dd0e877000581a27f5d36d82f8efb9ab [file] [log] [blame]
{
"name": "SSZipArchive",
"version": "2.0.3",
"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",
"Joshua Hudson": null
},
"source": {
"git": "https://github.com/ZipArchive/ZipArchive.git",
"tag": "v2.0.3"
},
"platforms": {
"ios": "4.0",
"tvos": "9.0",
"osx": "10.6",
"watchos": "2.0"
},
"source_files": [
"SSZipArchive/*.{m,h}",
"SSZipArchive/minizip/*.{c,h}",
"SSZipArchive/minizip/aes/*.{c,h}"
],
"public_header_files": "SSZipArchive/*.h",
"libraries": "z"
}