File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Example/BarcodeScannerExample Expand file tree Collapse file tree 3 files changed +8
-8
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 = "3 .0.3 "
4+ s . version = "4 .0.0 "
55 s . homepage = "https://github.com/hyperoslo/BarcodeScanner"
66 s . license = 'MIT'
77 s . author = { "Hyper Interaktiv AS" => "[email protected] " } @@ -15,7 +15,10 @@ Pod::Spec.new do |s|
1515 s . requires_arc = true
1616
1717 s . source_files = 'Sources/**/*'
18- s . resource_bundles = { 'BarcodeScanner' => [ 'Images/*.{png}' ] , 'Localization' => [ 'Localization/*.lproj/Localizable.strings' ] }
18+ s . resource_bundles = {
19+ 'BarcodeScanner' => [ 'Images/*.{png}' ] ,
20+ 'Localization' => [ 'Localization/*.lproj/Localizable.strings' ]
21+ }
1922
2023 s . frameworks = 'UIKit' , 'AVFoundation'
2124
Original file line number Diff line number Diff line change 11use_frameworks!
2-
32platform :ios , '9.0'
4-
53pod 'BarcodeScanner' , path : '../../'
6-
74target 'BarcodeScannerExample'
Original file line number Diff line number Diff line change 11PODS:
2- - BarcodeScanner (3 .0.3 )
2+ - BarcodeScanner (4 .0.0 )
33
44DEPENDENCIES:
55 - BarcodeScanner (from `../../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99 :path: ../../
1010
1111SPEC CHECKSUMS:
12- BarcodeScanner: d46e21e2c193b2a5501d66924c10c264352e5f21
12+ BarcodeScanner: 706068c838405a0b6b624d284c4db3b240919e29
1313
14- PODFILE CHECKSUM: eae1a5fa9feaba2427db94d37a48c50c283939b8
14+ PODFILE CHECKSUM: ea40d735f047f0ae7ae319d7a320a82facf3361f
1515
1616COCOAPODS: 1.3.1
You can’t perform that action at this time.
0 commit comments