Update README.md

This commit is contained in:
Georgii Davydenko 2023-07-19 18:53:39 +03:00 committed by GitHub
parent a429e43f9d
commit 8b9268eb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# BinaryQRScanner
# BinaryQRScanner (iOS 13 +)
BinaryQRScanner is a SwiftUI framework that allows you to scan QR codes. The purpose of the framework was the idea of working with binary data. You can encode, compress and put information into a QR Code yourself. With BinaryQRScanner, you can easily scan such QR codes and retrieve the binary data for further processing. It also supports working with String type data.