We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5884f1e commit 9a16ca0Copy full SHA for 9a16ca0
Package.swift
@@ -3,15 +3,15 @@ import PackageDescription
3
4
let package = Package(
5
name: "GliaWidgetsIonic",
6
- platforms: [.iOS(.v14)],
+ platforms: [.iOS("15.5")],
7
products: [
8
.library(
9
10
targets: ["GliaSdkPlugin"])
11
],
12
dependencies: [
13
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main"),
14
- .package(url: "https://github.com/salemove/ios-sdk-widgets", exact: "3.3.0")
+ .package(url: "https://github.com/salemove/ios-sdk-widgets", exact: "3.3.1")
15
16
targets: [
17
.target(
0 commit comments