Go to file
araki 7dda177485 Add LICENSE 2020-11-26 14:38:55 +09:00
Sources Rename `zip` -> `createZip` 2017-04-13 17:59:08 +09:00
Tests Rename `zip` -> `createZip` 2017-04-13 17:59:08 +09:00
.gitignore Initial commit 2017-04-12 14:58:04 +09:00
LICENSE Add LICENSE 2020-11-26 14:38:55 +09:00
Package.swift Update Package.swift 2017-10-24 10:01:41 +09:00
readme.md Add LICENSE 2020-11-26 14:38:55 +09:00

readme.md

SwiftZip

let filenameToData: [String: Data] = unzip(data: zipData)
let archive: Data = createZip(entries: filenameToData)

License

The MIT Lincese

are licenced under the zlib license.