Skip to content

Commit

Permalink
Update BarcodeScanner.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis authored Oct 4, 2020
1 parent ca7ce7b commit 0ac13a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BarcodeScanner.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "BarcodeScanner"
s.summary = "Simple and beautiful barcode scanner."
s.version = "4.1.3"
s.version = "5.0.0"
s.homepage = "https://github.com/hyperoslo/BarcodeScanner"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
}
s.social_media_url = 'https://twitter.com/hyperoslo'

s.platform = :ios, '9.0'
s.platform = :ios, '11.0'
s.requires_arc = true

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

s.frameworks = 'UIKit', 'AVFoundation'

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
end

0 comments on commit 0ac13a8

Please sign in to comment.