Skip to content

Commit 88c6588

Browse files
committed
Add swift version
1 parent 3daae02 commit 88c6588

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0

BarcodeScanner.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ Pod::Spec.new do |s|
1818
s.resource_bundles = { 'BarcodeScanner' => ['Images/*.{png}'] }
1919

2020
s.frameworks = 'UIKit', 'AVFoundation'
21+
22+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
2123
end

0 commit comments

Comments
 (0)