Update README.md
This commit is contained in:
parent
643b65416e
commit
87bc71b548
13
README.md
13
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue