[Update] QRCodeReader (1.0.4)

This commit is contained in:
Ivan Smolin 2020-12-16 17:03:12 +03:00
parent 2f03f75f47
commit 9dc19ad507
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'QRCodeReader'
s.version = '1.0.4'
s.summary = 'iOS framework contain core view elements and logic component for work with QR codes.'
s.homepage = 'https://github.com/TouchInstinct/QRCodeReader-ios'
s.license = 'Apache License, Version 2.0'
s.author = 'Touch Instinct'
s.source = { :git => 'https://github.com/TouchInstinct/QRCodeReader-ios.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.swift_version = '5.0'
s.source_files = 'QRCodeReader/Classes/**/*'
s.frameworks = 'AVFoundation', 'UIKit'
end