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 ca7ce7b commit 0ac13a8Copy full SHA for 0ac13a8
1 file changed
BarcodeScanner.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = "BarcodeScanner"
3
s.summary = "Simple and beautiful barcode scanner."
4
- s.version = "4.1.3"
+ s.version = "5.0.0"
5
s.homepage = "https://github.com/hyperoslo/BarcodeScanner"
6
s.license = 'MIT'
7
s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
}
12
s.social_media_url = 'https://twitter.com/hyperoslo'
13
14
- s.platform = :ios, '9.0'
+ s.platform = :ios, '11.0'
15
s.requires_arc = true
16
17
s.source_files = 'Sources/**/*'
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
22
23
s.frameworks = 'UIKit', 'AVFoundation'
24
25
- s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
26
end
0 commit comments