Skip to content

Commit 5c31b09

Browse files
committed
Update podspec
1 parent d17ab72 commit 5c31b09

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

BarcodeScanner.podspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
use_frameworks!
2-
32
platform :ios, '9.0'
4-
53
pod 'BarcodeScanner', path: '../../'
6-
74
target 'BarcodeScannerExample'
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- BarcodeScanner (3.0.3)
2+
- BarcodeScanner (4.0.0)
33

44
DEPENDENCIES:
55
- BarcodeScanner (from `../../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: ../../
1010

1111
SPEC CHECKSUMS:
12-
BarcodeScanner: d46e21e2c193b2a5501d66924c10c264352e5f21
12+
BarcodeScanner: 706068c838405a0b6b624d284c4db3b240919e29
1313

14-
PODFILE CHECKSUM: eae1a5fa9feaba2427db94d37a48c50c283939b8
14+
PODFILE CHECKSUM: ea40d735f047f0ae7ae319d7a320a82facf3361f
1515

1616
COCOAPODS: 1.3.1

0 commit comments

Comments
 (0)