blob: 3488783838cabae0f7c030ae16a28a0fc8eaeaa0 [file] [log] [blame]
{
"name": "SSZipArchive",
"version": "2.2.3",
"summary": "Utility class for zipping and unzipping files on iOS, tvOS, watchOS, and macOS.",
"description": "SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, watchOS, and macOS. It supports AES and PKWARE encryption.",
"homepage": "https://github.com/ZipArchive/ZipArchive",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Sam Soffes": "sam@soff.es",
"Joshua Hudson": null,
"Antoine Cœur": null
},
"source": {
"git": "https://github.com/ZipArchive/ZipArchive.git",
"tag": "v2.2.3"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.8",
"watchos": "2.0"
},
"source_files": [
"SSZipArchive/*.{m,h}",
"SSZipArchive/minizip/*.{c,h}"
],
"public_header_files": "SSZipArchive/*.h",
"libraries": [
"z",
"iconv"
],
"frameworks": "Security",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"GCC_PREPROCESSOR_DEFINITIONS": "HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB"
}
}