Skip to content

Commit 0aeb398

Browse files
authored
Update README.md
1 parent abb7387 commit 0aeb398

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
@@ -84,4 +84,17 @@ backgroundColor: Color(uiColor: UIColor(red: 0.22, green: 0.25, blue: 0.25, alph
8484
```
8585
The default theme has a white background with a blue accent color.
8686

87+
### [Swift Package Manager](https://swift.org/package-manager/)
88+
89+
```swift
90+
dependencies: [
91+
.package(url: "https://github.com/X901/FXDatePicker.git")
92+
]
93+
```
94+
95+
96+
## Requirements
97+
98+
* iOS 15+
99+
* Xcode 13+
87100

0 commit comments

Comments
 (0)