Skip to content

Commit

Permalink
Update the podspec file (#69)
Browse files Browse the repository at this point in the history
* Update the podspec file

* Update URLs
  • Loading branch information
mbarnach committed Oct 27, 2020
1 parent c885fcd commit ea8374b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 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',
Expand Down

0 comments on commit ea8374b

Please sign in to comment.