Skip to content

Commit

Permalink
feat: update minimum ios version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Oct 14, 2024
1 parent 88cda84 commit f268372
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 @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "tkey-swift",
platforms: [
.iOS(SupportedPlatform.IOSVersion.v13), .macOS(.v10_15)
.iOS(.v14), .macOS(.v10_15)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down
2 changes: 1 addition & 1 deletion tkey-swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "tkey-swift"
spec.version = "1.0.0"
spec.version = "2.0.0"
spec.platform = :ios, "14.0"
spec.summary = "SDK allows you to create threshold key setup natively"
spec.homepage = "https://web3auth.io/"
Expand Down

0 comments on commit f268372

Please sign in to comment.