diff options
author | benedom <> | 2024-03-14 11:23:20 +0100 |
---|---|---|
committer | benedom <> | 2024-03-14 11:23:20 +0100 |
commit | 1cd2e8775a82cadc68ebe94f78c2d54daf0548b9 (patch) | |
tree | afd382747797a9f1bebed21153217a8ec37e416e /README.md | |
parent | ea2f6c8365f683d57c15f5049fdf0bedd660e0ef (diff) |
Update license and readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -37,6 +37,7 @@ The localization file can be found in `Sources/SwiftyCrop/Resources`. - [Requirements](#-requirements) - [Installation](#-installation) +- [Demo App](#📱-demo-app) - [Usage](#-usage) - [Contributors](#-contributors) - [Author](#-author) @@ -58,7 +59,7 @@ There are two ways to use SwiftyCrop in your project: The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies. -To integrate `SwiftyCrop` into your Xcode project using Xcode 14.3 or later, specify it in `File > Swift Packages > Add Package Dependency...`: +To integrate `SwiftyCrop` into your Xcode project using Xcode 15.0 or later, specify it in `File > Swift Packages > Add Package Dependency...`: ```ogdl https://github.com/benedom/SwiftyCrop, :branch="master" @@ -68,6 +69,10 @@ https://github.com/benedom/SwiftyCrop, :branch="master" If you prefer not to use any of dependency managers, you can integrate `SwiftyCrop` into your project manually. Put `Sources/SwiftyCrop` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`. +## 📱 Demo App + +To get a feeling how `SwiftyCropView` works you can run the demo app (thanks to [@leoz](https://github.com/leoz)). + ## 🛠️ Usage ### Quick Start |