From e34d144ff550545a4e3aff802742e5169febd43c Mon Sep 17 00:00:00 2001 From: Victor Germanis Date: Tue, 9 Jul 2024 16:17:33 -0400 Subject: [PATCH] Added requirements section in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index db4c648..64c4b61 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ You can view an [example](https://demo.passwordless.dev/.well-known/apple-app-si ## Getting Started with the iOS SDK +### Requirements + +* **Minimum iOS Version:** iOS 16 +* **Additional Capabilities:** + * _Associate Domains_ are needed to add the domain of where the AASA file is hosted. + ### Swift Package Manager The SDK can be added to your project via [Swift Package Manager](https://www.swift.org/package-manager/). You can then access the SDK functionality using `import Passwordless`.