Skip to content

Commit

Permalink
Specify version requirements and supported connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Nov 21, 2023
1 parent 68f99ca commit 3727e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ let session = try await OATHSession.session(withConnection: connection)
let codes = try await session.calculateCodes()
```

The SDK runs on iOS from version 16.0 and up. On macOS it requires version 13.0 or higher. On iOS connecting
using NFC, Lightning and USB-C is supported and on macOS USB-C.

There's also a set of wrappers providing delegate and callback based versions of the SDK, simplifiying
transitioning from the old Objective-C SDK.

Expand Down

0 comments on commit 3727e7a

Please sign in to comment.