Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.DS_Store
/.build
/Packages
/.build-ubuntu/*
/*.xcodeproj

CommonCrypto
/Package.pins
/Package.resolved

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/
.swiftpm
/Packages
/Package.resolved
/build
/.build
/.swiftpm
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

44 changes: 26 additions & 18 deletions BlueRSA.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
Pod::Spec.new do |s|
s.name = "BlueRSA"
s.version = "1.0.203"
s.summary = "Swift cross-platform RSA crypto library using CommonCrypto/libcrypto via Package Manager."
s.homepage = "https://github.com/Kitura/BlueRSA"
s.license = { :type => "Apache License, Version 2.0" }
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 = "11.5"
s.ios.deployment_target = "14.5"
s.tvos.deployment_target = "14.5"
s.watchos.deployment_target = "7.5"
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',
}

s.name = "BlueRSA"
s.module_name = 'CryptorRSA'
s.version = "1.0.203"
s.cocoapods_version = '~> 1.16'
s.summary = "Swift cross-platform RSA crypto library using CommonCrypto/libcrypto via Package Manager."
s.homepage = "https://github.com/Kitura/BlueRSA"
s.license = {
:type => "Apache License, Version 2.0"
}
s.author = "IBM and the Kitura project authors"

s.source = {
:git => "https://github.com/Kitura/BlueRSA.git",
:tag => s.version
}

s.swift_version = "5.8"

s.ios.deployment_target = "14.5"
s.osx.deployment_target = "11.5"
s.tvos.deployment_target = "14.5"
s.watchos.deployment_target = "8.0"

s.source_files = "Sources/CryptorRSA/*.swift"

end
68 changes: 0 additions & 68 deletions Package@swift-4.0.swift

This file was deleted.

68 changes: 0 additions & 68 deletions Package@swift-4.1.swift

This file was deleted.

58 changes: 0 additions & 58 deletions Package@swift-4.2.swift

This file was deleted.