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"