-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathQLQRCodeScan.podspec
More file actions
23 lines (22 loc) · 856 Bytes
/
QLQRCodeScan.podspec
File metadata and controls
23 lines (22 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "QLQRCodeScan"
s.version = "0.1.2"
s.summary = "A short description of QLQRCodeScan."
s.description = <<-DESC
iOS 二维码扫描
v0.0.3 图片整理
DESC
s.homepage = "https://github.com/mark1225/QLQRCodeScan"
s.license = "MIT"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "qilong" => "915464855@qq.com" }
s.platform = :ios
s.platform = :ios,"9.0"
s.source = { :git => "https://github.com/mark1225/QLQRCodeScan.git", :tag => "#{s.version}" }
s.source_files = "QLQRCode/QLQRCode/QLQRCode/*.{h,m}"
s.subspec 'QRCodeReaderView' do |ss|
ss.source_files = 'QLQRCode/QLQRCode/QLQRCode/QRCodeReaderView/**/*.{h,m}'
end
s.resources = "QLQRCode/QLQRCode/QLQRCode/Resource.bundle"
# s.requires_arc = true
end