4 "summary": "Zip and unzip files in Swift.",
5 "description": "A Swift framework for zipping and unzipping files. Simple and quick to use. Built on top of minizip.",
6 "homepage": "https://github.com/marmelroy/Zip",
9 "Roy Marmelstein": "marmelroy@gmail.com"
12 "git": "https://github.com/marmelroy/Zip.git",
15 "social_media_url": "http://twitter.com/marmelroy",
23 "pod_target_xcconfig": {
24 "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Zip/Zip/minizip/**",
25 "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Zip/Zip/"
29 "Zip/minizip/*.{c,h}",
30 "Zip/minizip/aes/*.{c,h}"
32 "public_header_files": "Zip/*.h",
34 "preserve_paths": "Zip/minizip/module.modulemap",
35 "pushed_with_swift_version": "4.0"