We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06df749 commit 10f2f05Copy full SHA for 10f2f05
1 file changed
SPQRCode.podspec
@@ -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