Swiftpack.co - sinoru/swift-zip as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by sinoru.
sinoru/swift-zip v0.0.5
A ZIP library for Swift.
⭐️ 3
🕓 1 year ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/sinoru/swift-zip.git", from: "v0.0.5")

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.5"),

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")
],

GitHub

link
Stars: 3
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics