Skip to content

Commit 0ac13a8

Browse files
authored
Update BarcodeScanner.podspec
1 parent ca7ce7b commit 0ac13a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BarcodeScanner.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "BarcodeScanner"
33
s.summary = "Simple and beautiful barcode scanner."
4-
s.version = "4.1.3"
4+
s.version = "5.0.0"
55
s.homepage = "https://github.com/hyperoslo/BarcodeScanner"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
}
1212
s.social_media_url = 'https://twitter.com/hyperoslo'
1313

14-
s.platform = :ios, '9.0'
14+
s.platform = :ios, '11.0'
1515
s.requires_arc = true
1616

1717
s.source_files = 'Sources/**/*'
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222

2323
s.frameworks = 'UIKit', 'AVFoundation'
2424

25-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
25+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
2626
end

0 commit comments

Comments
 (0)