From 89e02a1472e9ad815ae72b62fd15430144fd1c4c Mon Sep 17 00:00:00 2001 From: Richard Topchii <8013017+richardtop@users.noreply.github.com> Date: Sun, 3 Nov 2024 14:48:32 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index c1ca3e22..510b73cf 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,6 @@ Check out the [Sample App](https://github.com/richardtop/CalendarApp) for refere [Sample App](https://github.com/richardtop/CalendarApp) -To try CalendarKit with CocoaPods issue the following command in the Terminal: -```ruby -pod try CalendarKit -``` - ## Installation CalendarKit can be installed with Swift Package Manager or with CocoaPods. ### Swift Package Manager (Xcode 12 or higher) @@ -53,6 +48,7 @@ The preferred way of installing CalendarKit is via the [Swift Package Manager](h [Adding Package Dependencies to Your App](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app) ### CocoaPods +⚠️ Warning: CocoaPods support is deprecated and will be removed at a later date. It's recommended to migrate your installation of CalendarKit to using Swift Package Manager. To install it, add the following line to your Podfile: