diff --git a/Package.swift b/Package.swift index ff5059e..81eb90f 100644 --- a/Package.swift +++ b/Package.swift @@ -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: [ diff --git a/README.md b/README.md index cd002af..419b059 100644 --- a/README.md +++ b/README.md @@ -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 ----------