File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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' }
2626end
You can’t perform that action at this time.
0 commit comments