A QR Code Scanning Framework For IOS
- IOS 11+
- Xcode: 12+
steps to install this framework in your xcode project
Pod:
pod init
Podfile:
platform:ios,'10.0'pod'QRReader',:git=>'http://github.com/FrameworkIOS/QRReader.git'- then run pod install
- see the QRReader guide