-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CI; Swift 5.2 is now minimum; Update dependencies #110
Conversation
s.osx.deployment_target = "10.13" | ||
s.ios.deployment_target = "11.0" | ||
s.tvos.deployment_target = "11.0" | ||
s.watchos.deployment_target = "4.0" | ||
s.source = { :git => "https://github.com/Kitura/Swift-JWT.git", :tag => s.version } | ||
s.source_files = "Sources/**/*.swift" | ||
s.dependency 'BlueRSA', '~> 1.0.200' | ||
s.dependency 'BlueECC', '~> 1.1.0' | ||
s.dependency 'LoggerAPI', '~> 1.7.0' | ||
s.dependency 'KituraContracts', '~> 1.2.200' | ||
s.dependency 'BlueCryptor', '~> 2.0.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I submitted a PR for BlueCryptor that would clean up the "cryptographically broken" MD2, MD4, & MD5 options...so...might end up needing to up this to like a ~> 3.0
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll address in a future PR.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@dannys42 Thanks for updating! Any chance you can publish the new 4.0.0 version to cocoapods? 😄 (3.6.200 is still the most recent version - https://github.com/CocoaPods/Specs/tree/master/Specs/c/d/d/SwiftJWT) |
@LowAmmo Looks like BlueRSA and BlueECC have to be updated and pushed as well. I'll see what I can do about that and in getting your PR's for those addressed. |
Awesome! Thanks for the attention and quick responses, @dannys42 ! |
No description provided.