From 2ff93cb148a4b4b306fb5039fa21cce975d95e07 Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:38:57 +0200 Subject: [PATCH] feat update ios minimum version --- Package.swift | 2 +- curvelib.swift.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 260f5c6..c6710a1 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "curvelib.swift", platforms: [ - .iOS(SupportedPlatform.IOSVersion.v13), .macOS(.v10_15) + .iOS(.v14), .macOS(.v10_15) ], products: [ // Products define the executables and libraries a package produces, making them visible to other packages. diff --git a/curvelib.swift.podspec b/curvelib.swift.podspec index 5b4ee48..ba6375e 100644 --- a/curvelib.swift.podspec +++ b/curvelib.swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "curvelib.swift" - spec.version = "1.0.1" + spec.version = "2.0.0" spec.ios.deployment_target = '13.0' spec.summary = "Elliptic Curve operations" spec.homepage = "https://github.com/tkey/curvelib.swift"