RSASwiftGenerator icon indicating copy to clipboard operation
RSASwiftGenerator copied to clipboard

Support Swift Package Manager

Open kiroskirin opened this issue 4 years ago • 2 comments

Is it possible that you make this library to support Swift Package Manager?

kiroskirin avatar Jun 02 '20 10:06 kiroskirin

Added SPM

4taras4 avatar Jun 02 '20 20:06 4taras4

There is an error when I try to use this lib

.package(url: "https://github.com/4taras4/RSASwiftGenerator", .upToNextMajor(from: "1.0.0"))

OR

.package(url: "https://github.com/4taras4/RSASwiftGenerator", .exact("1.0.5"))
The package dependency graph can not be resolved; unable find any available tag for the following requirements:

https://github.com/4taras4/RSASwiftGenerator — 1.0.0..<2.0.0

kiroskirin avatar Jun 05 '20 09:06 kiroskirin