From 0ac13a89f892a3bf6c38fc8dc134f90b3cd6f156 Mon Sep 17 00:00:00 2001 From: E L V I S <3lvis@users.noreply.github.com> Date: Sun, 4 Oct 2020 08:58:55 +0200 Subject: [PATCH] Update BarcodeScanner.podspec --- BarcodeScanner.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BarcodeScanner.podspec b/BarcodeScanner.podspec index c546b98..36126d9 100644 --- a/BarcodeScanner.podspec +++ b/BarcodeScanner.podspec @@ -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" => "ios@hyper.no" } @@ -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/**/*' @@ -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