forked from pacu/TinyQRScanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTinyQRScanner.podspec
More file actions
20 lines (17 loc) · 880 Bytes
/
TinyQRScanner.podspec
File metadata and controls
20 lines (17 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'TinyQRScanner'
s.version = '1.0.1'
s.summary = 'A Tiny Straight out-of-the-box QRScanner Based on AV Foundation'
s.description = <<-DESC
A Tiny Straight out-of-the-box QRScanner Based on AV Foundation
DESC
s.homepage = 'https://github.com/pacu/TinyQRScanner'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { 'Francisco Gindre' => 'francisco.gindre@gmail.com',
'Abilash KM' => 'abhimuralidharan1992@gmail.com' }
s.source = { :git => 'https://github.com/pacu/TinyQRScanner.git', :tag => s.version.to_s }
s.swift_version = '5.1'
s.ios.deployment_target = '12.0'
s.source_files = 'Sources/**/*.swift'
s.framework = 'AVFoundation', 'UIKit'
end