[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 8 / 5 / ZCZipArchive / 2.6.1 / ZCZipArchive.podspec.json
blob3a160f5752dda79a75b484f0850366ceee6c1907
2   "name": "ZCZipArchive",
3   "version": "2.6.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "lzc": null
13   },
14   "source": {
15     "git": "https://github.com/ZClee128/ZipArchive.git",
16     "tag": "2.6.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": [
22     "SSZipArchive/*.{m,h}",
23     "SSZipArchive/include/*.{m,h}",
24     "SSZipArchive/minizip/*.{c,h}"
25   ],
26   "resource_bundles": {
27     "SSZipArchive": [
28       "SSZipArchive/Supporting Files/Privacyinfo.xcprivacy"
29     ]
30   },
31   "public_header_files": "SSZipArchive/*.h",
32   "libraries": [
33     "z",
34     "iconv"
35   ],
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"
40   }