2 "name": "ZCZipArchive",
4 "summary": "Utility class for zipping and unzipping files on iOS, tvOS, visionOS, watchOS, and macOS.",
5 "description": "ZCZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, visionOS, watchOS, and macOS. It supports AES and PKWARE encryption.",
6 "homepage": "https://github.com/ZClee128/ZipArchive",
15 "git": "https://github.com/ZClee128/ZipArchive.git",
22 "SSZipArchive/*.{m,h}",
23 "SSZipArchive/include/*.{m,h}",
24 "SSZipArchive/minizip/*.{c,h}"
28 "SSZipArchive/Supporting Files/Privacyinfo.xcprivacy"
31 "public_header_files": "SSZipArchive/*.h",
36 "frameworks": "Security",
37 "pod_target_xcconfig": {
38 "DEFINES_MODULE": "YES",
39 "GCC_PREPROCESSOR_DEFINITIONS": "HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB ZLIB_COMPAT"