Skip to content

Commit 3fc6043

Browse files
[Issue] update read me with dependencies and update package. (#12)
1 parent e33ac0c commit 3fc6043

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ let package = Package(
1717
dependencies: [
1818
.package(
1919
url: "https://github.com/yml-org/YCoreUI.git",
20-
from: "1.4.0"
20+
from: "1.5.0"
2121
),
2222
.package(
2323
url: "https://github.com/yml-org/YMatterType.git",
24-
from: "1.4.0"
24+
from: "1.6.0"
2525
)
2626
],
2727
targets: [

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ Our calendar picker also supports Swift UI!
270270
}
271271
```
272272

273+
Dependencies
274+
----------
275+
276+
Y—CalendarPicker depends upon our [Y—CoreUI](https://github.com/yml-org/ycoreui) and [Y—MatterType](https://github.com/yml-org/ymattertype) frameworks (both also open source and Apache 2.0 licensed).
277+
273278
Installation
274279
----------
275280

0 commit comments

Comments
 (0)