Skip to content

Commit

Permalink
[Package + README] Bump deployment target (12.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed May 18, 2022
1 parent 6dc51bb commit d374c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "RSKImageCropper",
platforms: [.iOS(.v9)],
platforms: [.iOS(.v12)],
products: [
.library(
name: "RSKImageCropper",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
An image cropper for iOS like in the Contacts app with support for landscape orientation.

## Installation
*RSKImageCropper requires iOS 9.0 or later.*
*RSKImageCropper requires iOS 12.0 or later.*

### Using [Swift Package Manager](https://swift.org/package-manager/)

Expand Down

0 comments on commit d374c6b

Please sign in to comment.