From ea8374b29211e1f3b938cd1ff798ac6149c3771e Mon Sep 17 00:00:00 2001 From: Mathieu Barnachon Date: Tue, 27 Oct 2020 19:19:19 +0100 Subject: [PATCH] Update the podspec file (#69) * Update the podspec file * Update URLs --- BlueRSA.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BlueRSA.podspec b/BlueRSA.podspec index ba2284a..c500f8b 100644 --- a/BlueRSA.podspec +++ b/BlueRSA.podspec @@ -1,18 +1,18 @@ Pod::Spec.new do |s| s.name = "BlueRSA" -s.version = "1.0.34" +s.version = "1.0.200" s.summary = "Swift cross-platform RSA crypto library using CommonCrypto/libcrypto via Package Manager." -s.homepage = "https://github.com/IBM-Swift/BlueRSA" +s.homepage = "https://github.com/Kitura/BlueRSA" s.license = { :type => "Apache License, Version 2.0" } -s.author = "IBM" +s.author = "IBM and the Kitura project authors" s.module_name = 'CryptorRSA' - +s.swift_version = "5.0.2" s.requires_arc = true s.osx.deployment_target = "10.12" s.ios.deployment_target = "10.3" s.tvos.deployment_target = "10.3" s.watchos.deployment_target = "3.3" -s.source = { :git => "https://github.com/IBM-Swift/BlueRSA.git", :tag => s.version } +s.source = { :git => "https://github.com/Kitura/BlueRSA.git", :tag => s.version } s.source_files = "Sources/CryptorRSA/*.swift" s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0',