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",
25 "Zip/minizip/*.{c,h}",
26 "Zip/minizip/aes/*.{c,h}"
28 "public_header_files": "Zip/*.h",
29 "pod_target_xcconfig": {
30 "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Zip/Zip/minizip/**",
31 "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Zip/Zip/"
34 "preserve_paths": "Zip/minizip/module.modulemap",
35 "pushed_with_swift_version": "3.0"