Skip to content

Commit 5cc46b6

Browse files
authored
Merge pull request #22 from reveri-health/feat/support-ios-16
Drops platform support to iOS 16
2 parents 46880ec + d98af70 commit 5cc46b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "ElevenLabsSDK",
66
platforms: [
7-
.iOS(.v17),
7+
.iOS(.v16),
88
],
99
products: [
1010
.library(

0 commit comments

Comments
 (0)