ManyLattice / swift-zip

A ZIP library for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swift-zip

Test

This library will make you access zip files.

Getting started

Below you'll find all you need to know to get started.

Adding the dependency

swift-zip is designed for Swift 5.3 and later. To depend on the zip package, you need to declare your dependency in your Package.swift:

.package(url: "https://github.com/sinoru/swift-zip.git", from: "0.0.1"),

and to your application/library target, add "ZIP" to your dependencies, e.g. like this:

.target(name: "BestExampleApp", dependencies: [
    .product(name: "ZIP", package: "swift-zip")
],

About

A ZIP library for Swift.


Languages

Language:Swift 86.3%Language:C 13.7%