Skip to content

Commit 10f2f05

Browse files
Add SPARCode.podspec
1 parent 06df749 commit 10f2f05

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

SPQRCode.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = 'SPQRCode'
4+
s.version = '1.0.0'
5+
s.summary = 'QRCode detector'
6+
s.homepage = 'https://github.com/sparrowcode/SPQRCode'
7+
s.source = { :git => 'https://github.com/sparrowcode/SPQRCode.git', :tag => s.version }
8+
s.license = { :type => 'MIT', :file => "LICENSE" }
9+
s.author = { 'Ivan Vorobei' => 'hello@ivanvorobei.io' }
10+
11+
s.swift_version = '5.1'
12+
s.ios.deployment_target = '11.0'
13+
14+
s.source_files = 'Sources/SPQRCode/**/*.swift'
15+
16+
end

0 commit comments

Comments
 (0)