adam-fowler / swift-srp

Swift Secure Remote Password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package has a minimum iOS version of 13.0

BobbyRohweder opened this issue · comments

I am attempting to use this code in a project with a base version of 12.0

What needs a minimum version of 13.0?

@BobbyRohweder the package is dependent on swift-crypto which on iOS is dependent on the CryptoKit framework which requires iOS 13.0

closing this as there isn't anything that can be done