Skip to content

Commit

Permalink
[issue] update package and add dependency section in read me
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilSainiYML committed Mar 24, 2023
1 parent 12b6fb8 commit 6da3f5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/yml-org/YCoreUI.git",
from: "1.4.0"
from: "1.5.0"
)
],
targets: [
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ let carouselViewController = CarouselViewController(viewControllers: childVCs)
present(carouselViewController, animated: true, completion: nil)
```

Dependencies
----------

Y—Carousel depends upon our [Y—CoreUI](https://github.com/yml-org/ycoreui) framework (also open source and Apache 2.0 licensed).

Installation
----------

Expand Down

0 comments on commit 6da3f5b

Please sign in to comment.