Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzh committed Mar 27, 2024
1 parent 9415272 commit f9e1d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "EverscaleClientSwift",
platforms: [
.macOS(SupportedPlatform.MacOSVersion.v12),
.iOS(SupportedPlatform.IOSVersion.v11)
.iOS(SupportedPlatform.IOSVersion.v13)
],
products: [
.library(name: "EverscaleClientSwift", targets: ["EverscaleClientSwift"]),
Expand All @@ -16,7 +16,7 @@ let package = Package(
.package(url: "https://github.com/nerzh/swift-regular-expression.git", .upToNextMajor(from: "0.2.4")),
.package(url: "https://github.com/nerzh/SwiftFileUtils", .upToNextMajor(from: "1.3.0")),
.package(url: "https://github.com/bytehubio/BigInt", exact: "5.3.0"),
.package(url: "https://github.com/nerzh/swift-extensions-pack", .upToNextMajor(from: "1.3.6")),
.package(url: "https://github.com/nerzh/swift-extensions-pack", .upToNextMajor(from: "1.25.2")),
],
targets: [
.systemLibrary(name: "CTonSDK", pkgConfig: "libton_client"),
Expand Down

0 comments on commit f9e1d59

Please sign in to comment.