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",
16 "social_media_url": "http://twitter.com/marmelroy",
26 "Zip/minizip/*.{c,h}",
27 "Zip/minizip/aes/*.{c,h}"
29 "public_header_files": "Zip/*.h",
30 "pod_target_xcconfig": {
31 "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Zip/Zip/minizip/**",
32 "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Zip/Zip/"
35 "preserve_paths": "Zip/minizip/module.modulemap"