Skip to content

Commit b463eb9

Browse files
authored
Swift Packages Update
Swift Packages Update
1 parent 945c4f1 commit b463eb9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,19 @@ To run the example project, clone the repo, and run `pod install` from the Examp
3535
4. Change the maximum height of the List and the height of each Row
3636

3737
## Installation
38+
39+
### Swift Package Manager
40+
41+
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.
42+
43+
Once you have your Swift package set up, adding iOSDropDown as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
44+
45+
```swift
46+
dependencies: [
47+
.package(url: "https://github.com/jriosdev/iOSDropDown.git", .upToNextMajor(from: "0.4.0"))
48+
]
49+
```
50+
3851
### CocoaPods
3952

4053
Use [CocoaPods](http://www.cocoapods.org).

0 commit comments

Comments
 (0)