Update README.md

This commit is contained in:
Jaehong Kang 2020-01-22 11:41:50 +09:00
parent 643b65416e
commit 87bc71b548
1 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# CMinizip
A description of this package.
> Swift package wrapper for [minizip](https://github.com/nmoinvaz/minizip)
## Import
Import as:
```swift
.package(url: "https://github.com/sinoru/CMinizip.swift.git", .upToNextMajor(from: "2.9.1")),
```
```swift
import CMinizip
```