Skip to content

Commit

Permalink
feat update ios minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Oct 14, 2024
1 parent 7c2ccf1 commit 2ff93cb
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: "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.
Expand Down
2 changes: 1 addition & 1 deletion curvelib.swift.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2ff93cb

Please sign in to comment.