Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 431 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 431 Bytes

QRReader

A QR Code Scanning Framework For IOS

Requirements:

  • IOS 11+
  • Xcode: 12+

Installation:

  • 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

Usage