Skip to content

Commit 0ee880d

Browse files
authored
Merge pull request #2 from Tap-Payments/fix/assets_duplicate_issue
Updates podspec version and resources
2 parents eea30a4 + d20b9e4 commit 0ee880d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Checkout-IOS.podspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Checkout-IOS'
3-
s.version = '1.0.1'
3+
s.version = '1.0.2'
44
s.summary = 'From the shelf checkout processing library provided by Tap Payments'
55
s.homepage = 'https://github.com/Tap-Payments/Checkout-IOS'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -9,7 +9,9 @@ Pod::Spec.new do |s|
99
s.ios.deployment_target = '13.0'
1010
s.swift_version = '5.0'
1111
s.source_files = 'Sources/Checkout-IOS/Logic/**/*.swift'
12-
s.resources = "Sources/Checkout-IOS/Resources/**/*.{json,xib,pdf,png,gif,storyboard,xcassets,xcdatamodeld,lproj}"
12+
s.resource_bundles = {
13+
'Checkout-iOS_Checkout-iOS' => ['Sources/Checkout-IOS/Resources/**/*.{xcassets,json,xib,pdf,png,gif,storyboard,xcdatamodeld,lproj}']
14+
}
1315
s.dependency'SwiftEntryKit'
1416
s.dependency'SwiftyRSA'
1517
s.dependency'SnapKit'
@@ -19,3 +21,4 @@ Pod::Spec.new do |s|
1921

2022

2123
end
24+

0 commit comments

Comments
 (0)