4 "summary": "Zip and unzip files in Swift.",
11 "description": "A Swift framework for zipping and unzipping files. Simple and quick to use. Built on top of minizip.",
12 "homepage": "https://github.com/marmelroy/Zip",
15 "Roy Marmelstein": "marmelroy@gmail.com"
18 "git": "https://github.com/marmelroy/Zip.git",
21 "social_media_url": "http://twitter.com/marmelroy",
31 "Zip/minizip/*.{c,h}",
32 "Zip/minizip/include/*.{c,h}"
34 "public_header_files": "Zip/*.h",
35 "pod_target_xcconfig": {
36 "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Zip/Zip/minizip/**",
37 "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Zip/Zip/"
40 "preserve_paths": "Zip/minizip/module/module.modulemap",
41 "swift_version": "5.3"