blob: bfcc5eba31aee5cf6bff81656d895cca38346889 [file] [log] [blame]
{
"name": "ZipArchiveFork",
"version": "1.3.0",
"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/ceekay1991/ZipArchiveFork",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Sam Soffes": "sam@soff.es"
},
"source": {
"git": "https://github.com/ceekay1991/ZipArchiveFork.git",
"tag": "v1.3.0"
},
"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
}