You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that automates the process of adding frameworks to your Cocoa application.
69
-
70
-
You can install Carthage with [Homebrew](http://brew.sh/) using the following command:
71
-
72
-
```bash
73
-
$ brew update
74
-
$ brew install carthage
75
-
```
76
-
66
+
### Setting up with [Carthage](https://github.com/Carthage/Carthage)
77
67
To integrate Zip into your Xcode project using Carthage, specify it in your `Cartfile`:
78
68
79
69
```ogdl
80
-
github "marmelroy/Zip"
70
+
github "marmelroy/Zip" ~> 1.1
71
+
```
72
+
73
+
### Setting up with [Swift Package Manager](https://swift.org/package-manager)
74
+
To use Zip with Swift Package Manager, add it to your package's dependencies:
0 commit comments