Skip to content

Commit

Permalink
chore(platform): lower minimum deployment targets
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsii777 committed Nov 16, 2024
1 parent 99431f5 commit 6051f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ let package = Package(
name: "razorpay-kit",
platforms: [
.macOS(.v13),
.iOS(.v16),
.watchOS(.v9),
.tvOS(.v16),
.iOS(.v15),
.watchOS(.v8),
.tvOS(.v15),
.visionOS(.v1)
],
products: [
Expand Down

0 comments on commit 6051f27

Please sign in to comment.