Skip to content

Commit

Permalink
Update Readme with new instructions to install the package with SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtop committed Nov 17, 2020
1 parent 2633def commit 7908671
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ pod try CalendarKit


## Installation
### Swift Package Manager (Xcode 11 or higher)
### Swift Package Manager (Xcode 12 or higher)

The preferred way of installing CalendarKit is via the [Swift Package Manager](https://swift.org/package-manager/).

>Xcode 11 integrates with libSwiftPM to provide support for iOS, watchOS, and tvOS platforms.
1. In Xcode, open your project and navigate to **File****Swift Packages****Add Package Dependency...**
2. Paste the repository URL (`https://github.com/richardtop/CalendarKit.git`) and click **Next**.
3. For **Rules**, select **Branch** (with branch set to `master`).
3. For **Rules**, select **Version (Up to Next Major)** and click **Next**.
4. Click **Finish**.

A more detailed guide can be found here: [Adding Package Dependencies to Your App](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app)
Expand Down

0 comments on commit 7908671

Please sign in to comment.