You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To try CalendarKit with CocoaPods issue the following command in the Terminal:
38
-
```ruby
39
-
pod try CalendarKit
40
-
```
41
-
42
37
## Installation
43
38
CalendarKit can be installed with Swift Package Manager or with CocoaPods.
44
39
### Swift Package Manager (Xcode 12 or higher)
@@ -53,6 +48,7 @@ The preferred way of installing CalendarKit is via the [Swift Package Manager](h
53
48
[Adding Package Dependencies to Your App](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app)
54
49
55
50
### CocoaPods
51
+
⚠️ 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.
56
52
57
53
To install it, add the following line to your Podfile:
0 commit comments